|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplugins.big.bigsnake.core.Snake2DClipboard
public class Snake2DClipboard
Container where the defining nodes and parameters of a snake can be stored.
Constructor Summary | |
---|---|
Snake2DClipboard()
Default constructor. |
Method Summary | |
---|---|
plugins.big.bigsnakeutils.shape.priorshapes.shapes.Custom |
getCustomPriorShape()
Returns the custom prior shape element. |
plugins.big.bigsnakeutils.icy.snake2D.Snake2DNode[] |
getSnakeNodes()
Returns the spline control points of the snake. |
ESnakeParameters |
getSnakeParameters()
Gets the execution parameters of the E-Snake. |
boolean |
isEmpty()
Returns true if there are no snake nodes or snake parameters
in the clipboard. |
void |
setCustomPriorShape(plugins.big.bigsnakeutils.shape.priorshapes.shapes.Custom customPriorShape)
Sets the custom prior shape element. |
void |
setSnakeNodes(plugins.big.bigsnakeutils.icy.snake2D.Snake2DNode[] nodes)
Sets the spline control points of the snake. |
void |
setSnakeParameters(ESnakeParameters parameters)
Sets the execution parameters of the E-Snake. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Snake2DClipboard()
Method Detail |
---|
public plugins.big.bigsnakeutils.shape.priorshapes.shapes.Custom getCustomPriorShape()
public plugins.big.bigsnakeutils.icy.snake2D.Snake2DNode[] getSnakeNodes()
public ESnakeParameters getSnakeParameters()
public void setCustomPriorShape(plugins.big.bigsnakeutils.shape.priorshapes.shapes.Custom customPriorShape)
public void setSnakeNodes(plugins.big.bigsnakeutils.icy.snake2D.Snake2DNode[] nodes)
public void setSnakeParameters(ESnakeParameters parameters)
public boolean isEmpty()
true
if there are no snake nodes or snake parameters
in the clipboard. Otherwise, it returns false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |