net.sourceforge.lentikit.LCD
Class CalibrationData

java.lang.Object
  extended bynet.sourceforge.lentikit.LCD.CalibrationData

public class CalibrationData
extends java.lang.Object

Author:
Rummy To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
CalibrationData()
           
 
Method Summary
 java.awt.Color getBackgroundColour()
           
 float getDPL()
           
 float getEdge()
           
 CalibrationDataListener getListener()
           
 float getTilt()
           
 boolean isFlipImages()
           
 void setBackgroundColour(java.awt.Color backgroundColour)
           
 void setDPL(float dpl)
           
 void setEdge(float edge)
           
 void setFlipImages(boolean flipImages)
           
 void setListener(CalibrationDataListener listener)
           
 void setTilt(float tilt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalibrationData

public CalibrationData()
Method Detail

getDPL

public float getDPL()
Returns:
Returns the dPL.

setDPL

public void setDPL(float dpl)
Parameters:
dpl - The dPL to set.

getEdge

public float getEdge()
Returns:
Returns the edge.

setEdge

public void setEdge(float edge)
Parameters:
edge - The edge to set.

isFlipImages

public boolean isFlipImages()
Returns:
Returns the flipImages.

setFlipImages

public void setFlipImages(boolean flipImages)
Parameters:
flipImages - The flipImages to set.

getBackgroundColour

public java.awt.Color getBackgroundColour()
Returns:
Returns the backgroundColour.

setBackgroundColour

public void setBackgroundColour(java.awt.Color backgroundColour)
Parameters:
backgroundColour - The backgroundColour to set.

getTilt

public float getTilt()
Returns:
Returns the tilt.

setTilt

public void setTilt(float tilt)
Parameters:
tilt - The tilt to set.

getListener

public CalibrationDataListener getListener()
Returns:
Returns the listener.

setListener

public void setListener(CalibrationDataListener listener)
Parameters:
listener - The listener to set.


Copyright © 2004 Sourceforge. All Rights Reserved.