|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.values.AbstractSize
net.ctdp.rfdynhud.values.InnerSize
public class InnerSize
The InnerSize value provides an AbstractSize
implementation for the inner
size of a Widget
(excluding border and padding).
Constructor Summary | |
---|---|
InnerSize(Size totalSize,
BorderProperty border)
|
Method Summary | |
---|---|
int |
getEffectiveHeight()
Gets the effective height in pixels. |
int |
getEffectiveWidth()
Gets the effective width in pixels. |
Methods inherited from class net.ctdp.rfdynhud.values.AbstractSize |
---|
getAspect |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InnerSize(Size totalSize, BorderProperty border)
Method Detail |
---|
public final int getEffectiveWidth()
getEffectiveWidth
in class AbstractSize
public final int getEffectiveHeight()
getEffectiveHeight
in class AbstractSize
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |