public class MarkerFillSymbol extends AbstractFillSymbol implements IMarkerFillSymbol
| Modifier and Type | Class and Description |
|---|---|
static class |
MarkerFillSymbol.RegisterPersistence |
static class |
MarkerFillSymbol.RegisterSymbol |
| Modifier and Type | Field and Description |
|---|---|
static int |
DefaultFillStyle |
static int |
GRID_FILL |
static java.lang.String |
MARK_FILL_SYMBOL_PERSISTENCE_DEFINITION_NAME |
static int |
RANDOM_FILL |
static int |
SINGLE_CENTERED_SYMBOL |
FILL_SYMBOL_PERSISTENCE_DEFINITION_NAMESYMBOL_PERSISTENCE_DEFINITION_NAMESYMBOL_NAMESELECTION_COLORPAPER, WORLD| Constructor and Description |
|---|
MarkerFillSymbol() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a copy of the object.
|
void |
draw(java.awt.Graphics2D g,
java.awt.geom.AffineTransform affineTransform,
Geometry geom,
Feature feat,
Cancellable cancel)
Used when a symbol is going to be drawn.The method to do
it will depend on the derived version of the symbol.
|
void |
drawInsideRectangle(java.awt.Graphics2D g,
java.awt.geom.AffineTransform scaleInstance,
java.awt.Rectangle r,
PrintAttributes properties)
Useful to render the symbol inside the TOC, or inside little
rectangles.
|
java.lang.String |
getClassName() |
java.awt.Color |
getFillColor() |
IMarkerSymbol |
getMarker() |
IMarkerFillPropertiesStyle |
getMarkerFillProperties()
Returns the markerfillproperties that are used by the class
|
ISymbol |
getSymbolForSelection()
Returns the derived version of the symbol that will be used to draw the
feature when it is selected.
|
int |
getSymbolType()
The use of this method -and its mechanism- is being valorated.
|
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
void |
print(java.awt.Graphics2D g,
java.awt.geom.AffineTransform at,
Geometry geom,
PrintAttributes properties) |
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 |
setFillColor(java.awt.Color color)
Sets the color that will be used to draw the filling pattern of this symbol.
|
void |
setMarker(IMarkerSymbol marker) |
void |
setMarkerFillProperties(IMarkerFillPropertiesStyle markerFillStyle)
Sets the markerfillproperties to be used by the class
|
void |
setReferenceSystem(int system)
Sets the Reference System that defines how this units have to be
handled.
|
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).
|
getCartographicSize, getColor, getFillAlpha, getOnePointRgb, getOutline, getPixExtentPlus, hasFill, hasOutline, isSuitableFor, setColor, setHasFill, setHasOutline, setOutlinecloneForSelection, equals, getDescription, getID, getReferenceSystem, getUnit, isOneDotOrPixel, isShapeVisible, setDescription, setID, setIsShapeVisiblefinalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFillAlpha, getOnePointRgb, getOutline, hasFill, hasOutline, isSuitableFor, setHasFill, setHasOutline, setOutlinegetColor, getDescription, getPixExtentPlus, isOneDotOrPixel, isShapeVisible, setColor, setDescriptiongetCartographicSize, getReferenceSystem, getUnitpublic static final java.lang.String MARK_FILL_SYMBOL_PERSISTENCE_DEFINITION_NAME
public static final int RANDOM_FILL
public static final int GRID_FILL
public static final int SINGLE_CENTERED_SYMBOL
public static int DefaultFillStyle
public ISymbol getSymbolForSelection()
ISymbolgetSymbolForSelection in interface ISymbolpublic void draw(java.awt.Graphics2D g,
java.awt.geom.AffineTransform affineTransform,
Geometry geom,
Feature feat,
Cancellable cancel)
ISymbolpublic int getSymbolType()
ISymbolgetSymbolType in interface ISymbolpublic void drawInsideRectangle(java.awt.Graphics2D g,
java.awt.geom.AffineTransform scaleInstance,
java.awt.Rectangle r,
PrintAttributes properties)
throws SymbolDrawingException
ISymboldrawInsideRectangle in interface ISymbolproperties - TODOSymbolDrawingException - TODOpublic java.lang.String getClassName()
public void setMarker(IMarkerSymbol marker)
setMarker in interface IMarkerFillSymbolpublic IMarkerSymbol getMarker()
getMarker in interface IMarkerFillSymbolpublic java.awt.Color getFillColor()
getFillColor in interface IFillSymbolgetFillColor in class AbstractFillSymbolpublic void setFillColor(java.awt.Color color)
IFillSymbolsetFillColor in interface IFillSymbolsetFillColor in class AbstractFillSymbolpublic void print(java.awt.Graphics2D g,
java.awt.geom.AffineTransform at,
Geometry geom,
PrintAttributes properties)
print in interface IPrintablepublic void setMarkerFillProperties(IMarkerFillPropertiesStyle markerFillStyle)
setMarkerFillProperties in interface IMarkerFillSymbolmarkerFillStyle,IMarkerFillPropertiesStyle - public IMarkerFillPropertiesStyle getMarkerFillProperties()
getMarkerFillProperties in interface IMarkerFillSymbolpublic void setUnit(int unitIndex)
CartographicSupportsetUnit in interface CartographicSupportsetUnit in class AbstractFillSymbolpublic void setReferenceSystem(int system)
CartographicSupportsetReferenceSystem in interface CartographicSupportsetReferenceSystem in class AbstractSymbolpublic void setCartographicSize(double cartographicSize,
Geometry geom)
CartographicSupportsetCartographicSize in interface CartographicSupportsetCartographicSize in class AbstractFillSymbolpublic double toCartographicSize(ViewPort viewPort, double dpi, Geometry geom)
CartographicSupporttoCartographicSize in interface CartographicSupporttoCartographicSize in class AbstractFillSymbolpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Cloneableclone in class AbstractFillSymboljava.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 AbstractFillSymbolPersistenceExceptionpublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentsaveToState in class AbstractFillSymbolPersistenceException