public class LineToCommand extends DrawShapeCommand
DrawShapeCommandType.LINETO
command type.factoryCreated, factoryProperties, readOnly
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, setType
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getReadOnly, isFactoryCreated, logConfiguration, 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, setFactoryCreated, setReadOnly
public LineToCommand()
public LineToCommand(Point... points)
public void setArgs(Point... points)
points
- the points to draw lines through.