|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LineCap | |
|---|---|
| org.opengis.go.display | |
| org.opengis.go.display.style | |
| Uses of LineCap in org.opengis.go.display |
|---|
| Methods in org.opengis.go.display that return LineCap | |
|---|---|
LineCap[] |
DisplayCapabilities.getSupportedLineCaps()
Returns an array of LineCap objects that indicates the
line cap styles that are supported by a given implementation. |
| Uses of LineCap in org.opengis.go.display.style |
|---|
| Fields in org.opengis.go.display.style declared as LineCap | |
|---|---|
static LineCap |
LineCap.BUTT
This constant indicates that line ends should be drawn with no extra decoration. |
static LineCap |
LineSymbolizer.DEFAULT_STROKE_LINE_CAP
Default line cap value. |
static LineCap |
PointSymbolizer.DEFAULT_STROKE_LINE_CAP
Default line cap value. |
static LineCap |
LineCap.ROUND
This constant indicates that line ends should be drawn with a half circle of diameter equal to the width of the line. |
static LineCap |
LineCap.SQUARE
This constant indicates that the line should be capped by a straight line extending half the line's width past the endpoint of the line. |
| Methods in org.opengis.go.display.style that return LineCap | |
|---|---|
LineCap |
Stroke.getLineCap()
Returns the stroke line cap value. |
LineCap |
LineSymbolizer.getStrokeLineCap()
Returns the stroke line cap value. |
LineCap |
PointSymbolizer.getStrokeLineCap()
Returns the stroke line cap value. |
static LineCap[] |
LineCap.values()
Returns the list of LineCaps. |
| Methods in org.opengis.go.display.style with parameters of type LineCap | |
|---|---|
void |
Stroke.setLineCap(LineCap strokeLineCap)
Sets the stroke line cap value. |
void |
LineSymbolizer.setStrokeLineCap(LineCap strokeLineCap)
Sets the stroke line cap value. |
void |
PointSymbolizer.setStrokeLineCap(LineCap strokeLineCap)
Sets the stroke line cap value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||