|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.lentikit.InterleaveConfiguration
Constructor Summary | |
InterleaveConfiguration()
|
Method Summary | |
float |
getDpi()
Returns the dpi. |
float |
getDpl()
Returns the dpl. |
int |
getHeight()
Returns the height. |
int |
getWidth()
Returns the width. |
boolean |
isKeepAspectRatioWhenScaling()
Returns the keepAspectRationWhenScaling. |
boolean |
isScaleImages()
Returns the scaleImages. |
void |
setDpi(float dpi)
Sets the dpi. |
void |
setDpl(float dpl)
Sets the dpl. |
void |
setHeight(int height)
Sets the height. |
void |
setKeepAspectRatioWhenScaling(boolean keepAspectRationWhenScaling)
Sets the keepAspectRationWhenScaling. |
void |
setScaleImages(boolean scaleImages)
Sets the scaleImages. |
void |
setWidth(int width)
Sets the width. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InterleaveConfiguration()
Method Detail |
public void setDpi(float dpi)
dpi
- The dpi to setpublic float getDpi()
public void setDpl(float dpl)
dpl
- The dpl to setpublic float getDpl()
public void setHeight(int height)
height
- The height to setpublic int getHeight()
public void setKeepAspectRatioWhenScaling(boolean keepAspectRationWhenScaling)
keepAspectRationWhenScaling
- The keepAspectRationWhenScaling to setpublic boolean isKeepAspectRatioWhenScaling()
public void setScaleImages(boolean scaleImages)
scaleImages
- The scaleImages to setpublic boolean isScaleImages()
public void setWidth(int width)
width
- The width to setpublic int getWidth()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |