|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphicArc.ArcClosure | |
|---|---|
| org.opengis.go.display.primitive | |
| Uses of GraphicArc.ArcClosure in org.opengis.go.display.primitive |
|---|
| Fields in org.opengis.go.display.primitive declared as GraphicArc.ArcClosure | |
|---|---|
static GraphicArc.ArcClosure |
GraphicArc.ArcClosure.CHORD
Closure type that indicates that one line should be drawn between the endpoints of the arc. |
static GraphicArc.ArcClosure |
GraphicArc.ArcClosure.OPEN
Closure type that indicates that the endpoints of the arc should not be connected. |
static GraphicArc.ArcClosure |
GraphicArc.ArcClosure.PIE
Closure type that indicates that two lines, one from each endpoint of the arc, should be drawn to the center of the ellipse defining the arc. |
| Methods in org.opengis.go.display.primitive that return GraphicArc.ArcClosure | |
|---|---|
static GraphicArc.ArcClosure[] |
GraphicArc.ArcClosure.getArray()
Deprecated. Use values() instead. |
GraphicArc.ArcClosure |
GraphicArc.getClosureType()
Returns the closureType. |
static GraphicArc.ArcClosure[] |
GraphicArc.ArcClosure.values()
Returns the list of ArcClosures. |
| Methods in org.opengis.go.display.primitive with parameters of type GraphicArc.ArcClosure | |
|---|---|
void |
GraphicArc.setClosureType(GraphicArc.ArcClosure closureType)
Sets the closureType, which determines how the endpoints of this GraphicArc are connected. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||