|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FillPattern | |
---|---|
org.opengis.go.display | |
org.opengis.go.display.style |
Uses of FillPattern in org.opengis.go.display |
---|
Methods in org.opengis.go.display that return FillPattern | |
---|---|
FillPattern[] |
DisplayCapabilities.getSupportedFillPatterns()
Returns an array of FillPattern objects that
indicates the fill patterns that are supported by a given
implementation. |
Uses of FillPattern in org.opengis.go.display.style |
---|
Fields in org.opengis.go.display.style declared as FillPattern | |
---|---|
static FillPattern |
TextSymbolizer.DEFAULT_FILL_PATTERN
Default fill pattern value. |
static FillPattern |
PointSymbolizer.DEFAULT_FILL_PATTERN
Default fill pattern value. |
static FillPattern |
PolygonSymbolizer.DEFAULT_FILL_PATTERN
Default fill pattern value. |
static FillPattern |
LineSymbolizer.DEFAULT_STROKE_FILL_PATTERN
Default fill pattern value. |
static FillPattern |
PointSymbolizer.DEFAULT_STROKE_FILL_PATTERN
Default fill pattern value. |
static FillPattern |
FillPattern.DOTS
Regularly spaced single pixels. |
static FillPattern |
FillPattern.FILL_25_PERCENT
25% fill. |
static FillPattern |
FillPattern.FILL_50_PERCENT
50% fill. |
static FillPattern |
FillPattern.FILL_75_PERCENT
75% fill. |
static FillPattern |
FillPattern.HORIZONTAL_LINES
Parallel horizontal lines. |
static FillPattern |
FillPattern.NEGATIVE_SLANTS
Parallel slanted lines running from upper left to lower right. |
static FillPattern |
FillPattern.NONE
No fill pattern. |
static FillPattern |
FillPattern.PLUSSES
Small closely spaced '+' marks. |
static FillPattern |
FillPattern.POSITIVE_SLANTS
Parallel slanted lines running from lower left to upper right. |
static FillPattern |
FillPattern.VERTICAL_LINES
Parallel vertical lines. |
static FillPattern |
FillPattern.XHATCH
Two series of intersecting parallel lines. |
Methods in org.opengis.go.display.style that return FillPattern | |
---|---|
FillPattern |
TextSymbolizer.getFillPattern()
Returns the fill pattern value. |
FillPattern |
Fill.getFillPattern()
Returns the fill pattern value. |
FillPattern |
PointSymbolizer.getFillPattern()
Returns the fill pattern value. |
FillPattern |
PolygonSymbolizer.getFillPattern()
Returns the fill pattern value. |
FillPattern |
LineSymbolizer.getStrokeFillPattern()
Returns the fill pattern value. |
FillPattern |
PointSymbolizer.getStrokeFillPattern()
Returns the fill pattern value. |
static FillPattern[] |
FillPattern.values()
Returns the list of FillPattern s. |
Methods in org.opengis.go.display.style with parameters of type FillPattern | |
---|---|
void |
TextSymbolizer.setFillPattern(FillPattern fillPattern)
Sets the fill pattern value. |
void |
Fill.setFillPattern(FillPattern fillPattern)
Sets the fill pattern value. |
void |
PointSymbolizer.setFillPattern(FillPattern fillPattern)
Sets the fill pattern value. |
void |
PolygonSymbolizer.setFillPattern(FillPattern fillPattern)
Sets the fill pattern value. |
void |
LineSymbolizer.setStrokeFillPattern(FillPattern fillPattern)
Sets the fill pattern value. |
void |
PointSymbolizer.setStrokeFillPattern(FillPattern fillPattern)
Sets the fill pattern value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |