public interface IFillSymbol extends ISymbol, CartographicSupport
CartographicSupport.CartographicContext| 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() |
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, draw, drawInsideRectangle, getColor, getDescription, getFeature, getID, getSymbolForSelection, getSymbolForSelection, getSymbolType, isShapeVisible, setColor, setDescription, setFeature, setIDloadFromState, saveToStateprintclone, cloneQuietly, cloneQuietlycopyCartographicContext, copyCartographicContext, getCartographicContext, getReferenceSystem, getUnit, setCartographicContext, setCartographicContext, setCartographicContext, setCartographicContext, setCartographicContext, setReferenceSystem, setUnit, toCartographicUnitsstatic final java.lang.String SYMBOL_NAME
boolean isSuitableFor(Geometry geom)
ISymbolisSuitableFor 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)