|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.info.LyTag
leon.info.misc.LyGeometry
public class LyGeometry
This class defines graphical characteristics of an action view.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.info.LyTag |
---|
LyTag.Model |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LyGeometry(int x,
int y,
int width,
int height,
int minWidth,
int minHeight)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(LyGeometry geometry)
Check if this geometry is equal to the given one. |
boolean |
equals(java.lang.Object geometry)
Check if this geometry is equal to the given one. |
int |
getHeight()
Accessor for height. |
int |
getMinHeight()
Accessor for minimum height. |
int |
getMinWidth()
Accessor for minimum width. |
int |
getWidth()
Accessor for width. |
int |
getX()
Accessor for x position. |
int |
getY()
Accessor for y position. |
Methods inherited from class leon.info.LyTag |
---|
clone, getApplication, getCommentsEnd, getCommentsStart, getEnvironment, getId, getModelType, getParent, getRootProject, hasAncestor, isExtern, setCommentsEnd, setCommentsStart, wasCloned |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyGeometry(int x, int y, int width, int height, int minWidth, int minHeight)
Method Detail |
---|
public int getX()
public int getY()
public int getWidth()
public int getHeight()
public int getMinWidth()
public int getMinHeight()
public boolean equals(java.lang.Object geometry)
equals
in class java.lang.Object
public boolean equals(LyGeometry geometry)
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |