public class SliceItem extends Object
| Modifier and Type | Field and Description |
|---|---|
private Bounds |
nodeBounds
The original node bounds.
|
private Node |
sliceNode
The node representing the slice.
|
| Constructor and Description |
|---|
SliceItem() |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getNodeBounds()
Gets the original node bounds.
|
Node |
getSliceNode()
Gets the slice node.
|
void |
setNodeBounds(Bounds nodeBounds)
Sets the original node bounds.
|
void |
setSliceNode(Node sliceNode)
Sets the node representing the slice.
|
private Node sliceNode
private Bounds nodeBounds
public Node getSliceNode()
public void setSliceNode(Node sliceNode)
sliceNode - the new node representing the slicepublic Bounds getNodeBounds()
public void setNodeBounds(Bounds nodeBounds)
nodeBounds - the new original node boundsCopyright © 2011–2016 JRebirth OSS. All rights reserved.