|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinePattern | |
---|---|
org.opengis.go.display | |
org.opengis.go.display.style |
Uses of LinePattern in org.opengis.go.display |
---|
Methods in org.opengis.go.display that return LinePattern | |
---|---|
LinePattern[] |
DisplayCapabilities.getSupportedLinePatterns()
Returns an array of LinePattern objects that
indicates the line patterns that are supported by a given
implementation. |
Uses of LinePattern in org.opengis.go.display.style |
---|
Subclasses of LinePattern in org.opengis.go.display.style | |
---|---|
class |
DashArray
Indicates the various enumerations of drawing a pattern line. |
Fields in org.opengis.go.display.style declared as LinePattern | |
---|---|
static LinePattern |
LinePattern.DASHED
The line should be drawn dashed. |
static LinePattern |
LineSymbolizer.DEFAULT_STROKE_LINE_PATTERN
Default stroke line pattern value. |
static LinePattern |
PointSymbolizer.DEFAULT_STROKE_LINE_PATTERN
|
static LinePattern |
LinePattern.DOT_DASHED
The line should be drawn dot dashed. |
static LinePattern |
LinePattern.DOTTED
The line should be drawn dotted. |
static LinePattern |
LinePattern.LONG_DASHED
The line should be drawn long dashed. |
static LinePattern |
LinePattern.LONG_DOT_DASHED
The line should be drawn long dot dashed. |
static LinePattern |
LinePattern.NONE
The line should be drawn with no pattern. |
Methods in org.opengis.go.display.style that return LinePattern | |
---|---|
LinePattern |
LineSymbolizer.getStrokeLinePattern()
Returns the stroke line pattern value. |
LinePattern |
PointSymbolizer.getStrokeLinePattern()
Returns the stroke line pattern value. |
static LinePattern[] |
DashArray.values()
Returns the list of DashArray s. |
static LinePattern[] |
LinePattern.values()
Returns the list of LinePattern s. |
Methods in org.opengis.go.display.style with parameters of type LinePattern | |
---|---|
void |
LineSymbolizer.setStrokeLinePattern(LinePattern strokeLinePattern)
Sets the stroke line pattern value. |
void |
PointSymbolizer.setStrokeLinePattern(LinePattern strokeLinePattern)
Sets the stroke line pattern value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |