net.sourceforge.lentikit
Class InterleaveConfiguration

java.lang.Object
  extended bynet.sourceforge.lentikit.InterleaveConfiguration

public class InterleaveConfiguration
extends java.lang.Object


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

InterleaveConfiguration

public InterleaveConfiguration()
Method Detail

setDpi

public void setDpi(float dpi)
Sets the dpi.

Parameters:
dpi - The dpi to set

getDpi

public float getDpi()
Returns the dpi.

Returns:
float

setDpl

public void setDpl(float dpl)
Sets the dpl.

Parameters:
dpl - The dpl to set

getDpl

public float getDpl()
Returns the dpl.

Returns:
float

setHeight

public void setHeight(int height)
Sets the height.

Parameters:
height - The height to set

getHeight

public int getHeight()
Returns the height.

Returns:
int

setKeepAspectRatioWhenScaling

public void setKeepAspectRatioWhenScaling(boolean keepAspectRationWhenScaling)
Sets the keepAspectRationWhenScaling.

Parameters:
keepAspectRationWhenScaling - The keepAspectRationWhenScaling to set

isKeepAspectRatioWhenScaling

public boolean isKeepAspectRatioWhenScaling()
Returns the keepAspectRationWhenScaling.

Returns:
boolean

setScaleImages

public void setScaleImages(boolean scaleImages)
Sets the scaleImages.

Parameters:
scaleImages - The scaleImages to set

isScaleImages

public boolean isScaleImages()
Returns the scaleImages.

Returns:
boolean

setWidth

public void setWidth(int width)
Sets the width.

Parameters:
width - The width to set

getWidth

public int getWidth()
Returns the width.

Returns:
int


Copyright © 2004 Sourceforge. All Rights Reserved.