public abstract class AbstractFillSymbol extends AbstractSymbol implements IFillSymbol
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractFillSymbol.RegisterPersistence |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FILL_SYMBOL_PERSISTENCE_DEFINITION_NAME |
SYMBOL_PERSISTENCE_DEFINITION_NAMESYMBOL_NAMESELECTION_COLORPAPER, WORLD| Constructor and Description |
|---|
AbstractFillSymbol() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a copy of the object.
|
double |
getCartographicSize(ViewPort viewPort,
double dpi,
Geometry geom)
Gets the size (in pixels) of the cartographic element according
to the current rendering context (output dpi, map scale, map units) and the
symbol cartgraphic settings (unit, size, and unit reference system).
|
java.awt.Color |
getColor()
Returns the
Color to use to render the symbol. |
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
|
void |
getPixExtentPlus(Geometry geom,
float[] distances,
ViewPort viewPort,
int dpi)
Returns the distance between the shape's bounding box and the
symbol-that-represents-this-shape's bounding box in a two-length-float
array passed as parameter.
|
boolean |
hasFill() |
boolean |
hasOutline() |
boolean |
isSuitableFor(Geometry geom)
True if this symbol is ok for the geometry.
|
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
void |
setCartographicSize(double cartographicSize,
Geometry geom)
Sets the size of the cartographic element in pixels.
|
void |
setColor(java.awt.Color color)
Sets the
Color to use to render the symbol. |
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.
|
void |
setUnit(int unitIndex)
Defines the unit used to express measures.
|
double |
toCartographicSize(ViewPort viewPort,
double dpi,
Geometry geom)
Computes and sets the size (in pixels) of the cartographic element according
to the current rendering context (output dpi, map scale, map units) and the
symbol cartgraphic settings (unit, size, and unit reference system).
|
cloneForSelection, equals, getDescription, getID, getReferenceSystem, getUnit, isOneDotOrPixel, isShapeVisible, setDescription, setID, setIsShapeVisible, setReferenceSystemfinalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdraw, drawInsideRectangle, getDescription, getSymbolForSelection, getSymbolType, isOneDotOrPixel, isShapeVisible, setDescriptionprintgetReferenceSystem, getUnit, setReferenceSystempublic static final java.lang.String FILL_SYMBOL_PERSISTENCE_DEFINITION_NAME
public boolean isSuitableFor(Geometry geom)
ISymbolisSuitableFor in interface ISymbolisSuitableFor in interface IFillSymbolpublic int getOnePointRgb()
ISymbolgetOnePointRgb in interface ISymbolgetOnePointRgb in interface IFillSymbolpublic void getPixExtentPlus(Geometry geom, float[] distances, ViewPort viewPort, int dpi)
ISymbol
Returns the distance between the shape's bounding box and the
symbol-that-represents-this-shape's bounding box in a two-length-float
array passed as parameter.
After this method returns, the float array passed will contain two values
representing the amount of pixels separating each of the X (first element)
and Y (second element) axes.
This distance maybe dependent on:
And in any other case, if the unit of the symbol is pixels or the symbol is not even an instance of CartographicSupport, the returning values are only defined by the symbol and are not calculated.
getPixExtentPlus in interface ISymbolpublic void setFillColor(java.awt.Color color)
IFillSymbolsetFillColor in interface IFillSymbolpublic void setOutline(ILineSymbol outline)
IFillSymbolsetOutline in interface IFillSymbolpublic java.awt.Color getFillColor()
getFillColor in interface IFillSymbolpublic ILineSymbol getOutline()
IFillSymbolgetOutline in interface IFillSymbolpublic int getFillAlpha()
IFillSymbolgetFillAlpha in interface IFillSymbolpublic void setCartographicSize(double cartographicSize,
Geometry geom)
CartographicSupportsetCartographicSize in interface CartographicSupportpublic double toCartographicSize(ViewPort viewPort, double dpi, Geometry geom)
CartographicSupporttoCartographicSize in interface CartographicSupportpublic boolean hasFill()
hasFill in interface IFillSymbolpublic void setHasFill(boolean hasFill)
setHasFill in interface IFillSymbolpublic boolean hasOutline()
hasOutline in interface IFillSymbolpublic void setHasOutline(boolean hasOutline)
setHasOutline in interface IFillSymbolpublic double getCartographicSize(ViewPort viewPort, double dpi, Geometry geom)
CartographicSupportgetCartographicSize in interface CartographicSupportpublic void setUnit(int unitIndex)
CartographicSupportsetUnit in interface CartographicSupportsetUnit in class AbstractSymbolpublic java.awt.Color getColor()
ISymbolColor to use to render the symbol.public void setColor(java.awt.Color color)
ISymbolColor to use to render the symbol.public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Cloneableclone in class AbstractSymboljava.lang.CloneNotSupportedException - if the instance of the object cannot
be cloned. As this is extending Cloneable so
its sure it implements it, so this exception may be used for problems
on specific object instances.Object#clone()}.public void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentloadFromState in class AbstractSymbolPersistenceExceptionpublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentsaveToState in class AbstractSymbolPersistenceException