public class PlacementNodeProxy
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
short |
angle |
int |
height |
PlacementFrame.PlacementNode |
node |
int |
width |
Constructor and Description |
---|
PlacementNodeProxy(PlacementFrame.PlacementNode node) |
PlacementNodeProxy(PlacementFrame.PlacementNode node,
short angle) |
Modifier and Type | Method and Description |
---|---|
void |
setOrientation(Orientation fromAngle) |
void |
setPlacement(int xPos,
int yPos) |
public PlacementFrame.PlacementNode node
public short angle
public int width
public int height
public PlacementNodeProxy(PlacementFrame.PlacementNode node, short angle)
public PlacementNodeProxy(PlacementFrame.PlacementNode node)
public void setPlacement(int xPos, int yPos)
public void setOrientation(Orientation fromAngle)