|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcsp.lang.TaggedProtocol
org.jcsp.awt.GraphicsCommand
org.jcsp.awt.GraphicsCommand.FillPolygon
public static final class GraphicsCommand.FillPolygon
This is the (immutable) command object for
java.awt.Graphics.fillPolygon
.
Nested Class Summary |
---|
Field Summary |
---|
Fields inherited from class org.jcsp.awt.GraphicsCommand |
---|
NULL, SET_PAINT_MODE |
Fields inherited from class org.jcsp.lang.TaggedProtocol |
---|
tag |
Constructor Summary | |
---|---|
GraphicsCommand.FillPolygon(int[] xPoints,
int[] yPoints,
int nPoints)
|
|
GraphicsCommand.FillPolygon(java.awt.Polygon p)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphicsCommand.FillPolygon(int[] xPoints, int[] yPoints, int nPoints)
public GraphicsCommand.FillPolygon(java.awt.Polygon p)
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |