|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.jagrlib.VectorCommand
cz.cuni.jagrlib.VCommand.MoveTo
public class VCommand.MoveTo
Moves current point to the given coordinate.
VCommand.LineTo
,
VectorGraphics.moveTo(double, double)
,
Serialized FormField Summary | |
---|---|
double |
x
X coordinate. |
double |
y
Y coordinate. |
Fields inherited from class cz.cuni.jagrlib.VectorCommand |
---|
FILL_CALLBACK, FILL_DUMMY, FILL_HATCHL, FILL_HATCHR, FILL_SOLID, LINE_CALLBACK, LINE_DASH, LINE_DASHDOT, LINE_DOT, LINE_DUMMY, LINE_SOLID |
Constructor Summary | |
---|---|
VCommand.MoveTo(double _x,
double _y)
Initializing constructor. |
Method Summary | |
---|---|
void |
execute(VectorGraphics out)
Executes the command on the given VectorGraphics interface. |
java.lang.String |
toString()
|
void |
transform(java.awt.geom.AffineTransform t)
Transforms the command using the given AffineTransform . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public double x
public double y
Constructor Detail |
---|
public VCommand.MoveTo(double _x, double _y)
_x
- X coordinate._y
- Y coordinate.Method Detail |
---|
public void transform(java.awt.geom.AffineTransform t)
AffineTransform
.
transform
in class VectorCommand
t
- Affine transformation (3x2 matrix of doubles) or null
.public java.lang.String toString()
toString
in class java.lang.Object
public void execute(VectorGraphics out) throws BadInterfaceException
VectorGraphics
interface.
execute
in class VectorCommand
out
- Output vector interface.
BadInterfaceException
VectorGraphics
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |