public class LightBoxItem
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
LightBoxItem() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Point2D.Float |
getPosition()
Gets the position.
|
int |
getRotationDegrees()
Gets the rotation degrees.
|
boolean |
isMoveable()
Checks if is moveable.
|
void |
setMoveable(boolean isMoveable)
Sets the moveable.
|
void |
setPosition(java.awt.geom.Point2D.Float position)
Sets the position.
|
void |
setRotationDegrees(int rotationDegrees)
Sets the rotation degrees.
|
public java.awt.geom.Point2D.Float getPosition()
public int getRotationDegrees()
public boolean isMoveable()
public void setMoveable(boolean isMoveable)
isMoveable - the new moveablepublic void setPosition(java.awt.geom.Point2D.Float position)
position - the new positionpublic void setRotationDegrees(int rotationDegrees)
rotationDegrees - the new rotation degrees