|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kalmeo.kuix.layout.StaticLayoutData
public class StaticLayoutData
Field Summary | |
---|---|
Alignment |
alignment
|
int |
height
|
static StaticLayoutData |
instanceFull
|
int |
width
|
int |
x
|
int |
y
|
Constructor Summary | |
---|---|
StaticLayoutData(Alignment alignment)
Construct a StaticLayoutData |
|
StaticLayoutData(Alignment alignment,
int width,
int height)
Construct a StaticLayoutData If width or
height is < 1 it is considered as percentage else pixels
size. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final StaticLayoutData instanceFull
public int x
public int y
public Alignment alignment
public int width
public int height
Constructor Detail |
---|
public StaticLayoutData(Alignment alignment)
StaticLayoutData
alignment
- public StaticLayoutData(Alignment alignment, int width, int height)
StaticLayoutData
If width
or
height
is < 1 it is considered as percentage else pixels
size. Both width
and height
are
representing by fixed-point integer. org.kalmeo.util.FPUtil
for
more informations
alignment
- width
- a fixed-point integer representing the widthheight
- a fixed-point integer representing the height
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |