com.keenedgesoftware.scrutinize.core.graphics.commands
Class GPolylineArrayCommand
java.lang.Object
|
+--com.keenedgesoftware.scrutinize.core.CoreEntity
|
+--com.keenedgesoftware.scrutinize.core.Command
|
+--com.keenedgesoftware.scrutinize.core.graphics.commands.GraphicsCommand
|
+--com.keenedgesoftware.scrutinize.core.graphics.commands.GPolylineArrayCommand
- public class GPolylineArrayCommand
- extends GraphicsCommand
Creates a graphical polyline array from basic data as a child of the current selection or specified node.
Examples:
$gpolylineArray "/a2/a2" "name=myPolylineArray"
7.0 -2.0 0.0 8.0 -1.0 0.0 10.0 -3.0 0.0 11.0 -2.0 0.0
7.0 -2.5 0.0 8.0 -1.5 0.0 10.0 -3.5 0.0 11.0 -2.5 0.0
7.0 -3.0 0.0 8.0 -2.0 0.0 10.0 -4.0 0.0 11.0 -3.0 0.0
7.0 -3.5 0.0 8.0 -2.5 0.0 10.0 -4.5 0.0 11.0 -3.5 0.0;
4 4 4 4;
$gpolylineArray "name=myPolylineArray"
7.0 -2.0 0.0 8.0 -1.0 0.0 10.0 -3.0 0.0 11.0 -2.0 0.0
7.0 -2.5 0.0 8.0 -1.5 0.0 10.0 -3.5 0.0 11.0 -2.5 0.0
7.0 -3.0 0.0 8.0 -2.0 0.0 10.0 -4.0 0.0 11.0 -3.0 0.0
7.0 -3.5 0.0 8.0 -2.5 0.0 10.0 -4.5 0.0 11.0 -3.5 0.0;
4 4 4 4;
Fields inherited from class com.keenedgesoftware.scrutinize.core.CoreEntity |
ACTIVATE, BACKSLASH, EOL, GO, HASH, INIT, NEWLINE, QUIT, QUOTE, SLASH, SPACE |
Method Summary |
boolean |
messageHandler(java.lang.String message)
Message handler |
Methods inherited from class com.keenedgesoftware.scrutinize.core.Command |
getCursor, getLevel, getPicker, getPrompt, getSelector, getState, getType, setCursor, setPicker, setPrompt, setSelector, setState |
Methods inherited from class com.keenedgesoftware.scrutinize.core.CoreEntity |
getActiveView, getBroadcastManager, getCommandManager, getGraphicsGate, getGraphicsWorld, getMiscWorld, getModelWorld, getNetcaster, getRecorder, getScene, getSystemWorld, getTaskManager, getUniverse |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GPolylineArrayCommand
public GPolylineArrayCommand()
- Default constructor
GPolylineArrayCommand
public GPolylineArrayCommand(CommandManager cm)
- Usual constructor
messageHandler
public boolean messageHandler(java.lang.String message)
- Message handler
- Overrides:
messageHandler
in class Command