public class LineToCommand extends DrawShapeCommand
DrawShapeCommandType.LINETO
 command type.factoryCreated, factoryProperties| Constructor and Description | 
|---|
| LineToCommand() | 
| LineToCommand(Point... points) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | setArgs(Point... points)Sets the points to draw lines through in sequence when executing this "lineto" command. | 
getOrCreateRef, getType, setArgs, setTypeapplyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreatedpublic LineToCommand()
public LineToCommand(Point... points)
public void setArgs(Point... points)
points - the points to draw lines through.