net.sourceforge.lentikit.LCD
Class CalibrationData
java.lang.Object
net.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalibrationData
public CalibrationData()
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.