|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineStyle | |
---|---|
org.opengis.go.display | |
org.opengis.go.display.style |
Uses of LineStyle in org.opengis.go.display |
---|
Methods in org.opengis.go.display that return LineStyle | |
---|---|
LineStyle[] |
DisplayCapabilities.getSupportedLineStyles()
Returns an array of LineStyle objects that
indicates the line styles that are supported by a given
implementation. |
Uses of LineStyle in org.opengis.go.display.style |
---|
Fields in org.opengis.go.display.style declared as LineStyle | |
---|---|
static LineStyle |
LineSymbolizer.DEFAULT_STROKE_LINE_STYLE
Default line style value. |
static LineStyle |
PointSymbolizer.DEFAULT_STROKE_LINE_STYLE
Default line style value. |
static LineStyle |
LineStyle.DOUBLE
The line should be drawn as double parallel lines. |
static LineStyle |
LineStyle.SINGLE
The line should be drawn as a single line. |
Methods in org.opengis.go.display.style that return LineStyle | |
---|---|
LineStyle |
Stroke.getLineStyle()
Returns the stroke line style value. |
LineStyle |
LineSymbolizer.getStrokeLineStyle()
Returns the stroke line style value. |
LineStyle |
PointSymbolizer.getStrokeLineStyle()
Returns the stroke line style value. |
static LineStyle[] |
LineStyle.values()
Returns the list of LineStyle s. |
Methods in org.opengis.go.display.style with parameters of type LineStyle | |
---|---|
void |
Stroke.setLineStyle(LineStyle strokeLineStyle)
Sets the stroke line style value. |
void |
LineSymbolizer.setStrokeLineStyle(LineStyle strokeLineStyle)
Sets the stroke line style value. |
void |
PointSymbolizer.setStrokeLineStyle(LineStyle strokeLineStyle)
Sets the stroke line style value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |