|
||||||||||
| 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.SetFillCallback
public class VCommand.SetFillCallback
Sets the actual fill callback routine.
VCommand.Fill,
VCommand.SetFillStyle,
VectorGraphics.setFillCallback(cz.cuni.jagrlib.iface.FillCallback),
Serialized Form| Field Summary | |
|---|---|
FillCallback |
callback
Fill callback (object implementing FillCallback interface). |
| 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.SetFillCallback(FillCallback _callback)
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.VectorCommand |
|---|
transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public FillCallback callback
FillCallback interface).
FillCallback| Constructor Detail |
|---|
public VCommand.SetFillCallback(FillCallback _callback)
_callback - Fill callback (implementing FillCallback interface).| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
public void execute(VectorGraphics out)
throws BadInterfaceException
VectorGraphics interface.
execute in class VectorCommandout - Output vector interface.
BadInterfaceExceptionVectorGraphics
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||