|
||||||||||
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
cz.cuni.jagrlib.VCommand.ArcTo
cz.cuni.jagrlib.VCommand.RArcTo
public class VCommand.RArcTo
Draw a circular arc (clockwise) and connects it to the current point.
VCommand.ArcTo
,
VCommand.MoveTo
,
VectorGraphics.rArcTo(double, double, double, double, double)
,
Serialized FormField Summary |
---|
Fields inherited from class cz.cuni.jagrlib.VCommand.ArcTo |
---|
alpha, beta, r |
Fields inherited from class cz.cuni.jagrlib.VCommand.MoveTo |
---|
x, y |
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.RArcTo(double _x,
double _y,
double _r,
double _alpha,
double _beta)
Initializing constructor. |
Method Summary | |
---|---|
void |
execute(VectorGraphics out)
Executes the command on the given VectorGraphics interface. |
java.lang.String |
toString()
|
Methods inherited from class cz.cuni.jagrlib.VCommand.ArcTo |
---|
transform |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VCommand.RArcTo(double _x, double _y, double _r, double _alpha, double _beta)
_x
- X coordinate of arc center._y
- Y coordinate of arc center._r
- Arc radius._alpha
- Starting angle in degrees._beta
- Finishing angle in degrees.Method Detail |
---|
public java.lang.String toString()
toString
in class VCommand.ArcTo
public void execute(VectorGraphics out) throws BadInterfaceException
VectorGraphics
interface.
execute
in class VCommand.ArcTo
out
- Output vector interface.
BadInterfaceException
VectorGraphics
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |