public interface IFillSymbol extends ISymbol, CartographicSupport
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SYMBOL_NAME |
SELECTION_COLORPAPER, WORLD| Modifier and Type | Method and Description |
|---|---|
int |
getFillAlpha()
Obtains the transparency of the fill symbol
|
java.awt.Color |
getFillColor() |
int |
getOnePointRgb()
Returns the rgb of the symbol when it is drawn like a point.
|
ILineSymbol |
getOutline()
Obtains the ILineSymbol interface of the outline
|
boolean |
hasFill() |
boolean |
hasOutline() |
boolean |
isSuitableFor(Geometry geom)
True if this symbol is ok for the geometry.
|
void |
setFillColor(java.awt.Color color)
Sets the color that will be used to draw the filling pattern of this symbol.
|
void |
setHasFill(boolean hasFill) |
void |
setHasOutline(boolean hasOutline) |
void |
setOutline(ILineSymbol outline)
Sets the color of the outline.
|
draw, drawInsideRectangle, getColor, getDescription, getPixExtentPlus, getSymbolForSelection, getSymbolType, isOneDotOrPixel, isShapeVisible, setColor, setDescriptionloadFromState, saveToStateprintgetCartographicSize, getReferenceSystem, getUnit, setCartographicSize, setReferenceSystem, setUnit, toCartographicSizestatic final java.lang.String SYMBOL_NAME
boolean isSuitableFor(Geometry geom)
ISymbolisSuitableFor in interface ISymbolint getOnePointRgb()
ISymbolgetOnePointRgb in interface ISymbolvoid setFillColor(java.awt.Color color)
Color - void setOutline(ILineSymbol outline)
color - java.awt.Color getFillColor()
ILineSymbol getOutline()
int getFillAlpha()
boolean hasFill()
void setHasFill(boolean hasFill)
boolean hasOutline()
void setHasOutline(boolean hasOutline)