|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.values.AbstractSize
public abstract class AbstractSize
Constructor Summary | |
---|---|
AbstractSize()
|
Method Summary | |
---|---|
float |
getAspect()
Gets the aspect ratio ( getEffectiveWidth() / getEffectiveHeight() ). |
abstract int |
getEffectiveHeight()
Gets the effective height in pixels. |
abstract int |
getEffectiveWidth()
Gets the effective width in pixels. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSize()
Method Detail |
---|
public abstract int getEffectiveWidth()
public abstract int getEffectiveHeight()
public final float getAspect()
getEffectiveWidth()
/ getEffectiveHeight()
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |