|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FSymbol in es.prodevelop.gvsig.mobile.fmap.core |
Methods in es.prodevelop.gvsig.mobile.fmap.core with parameters of type FSymbol | |
void |
IGeometry.draw(java.awt.Graphics2D g,
ViewPort vp,
FSymbol symbol,
java.awt.geom.AffineTransform at)
Dibuja la geometría sobre el Graphics2D que se pasa como parámetro. |
void |
IGeometry.drawInts(java.awt.Graphics2D g,
ViewPort vp,
FSymbol symbol,
java.awt.geom.AffineTransform at)
You can use this function if you are going to draw into a bitmap. |
void |
FNullGeometry.draw(java.awt.Graphics2D g,
ViewPort vp,
FSymbol symbol)
|
void |
FNullGeometry.drawInts(java.awt.Graphics2D g,
ViewPort vp,
FSymbol symbol)
|
void |
FNullGeometry.draw(java.awt.Graphics2D g,
ViewPort vp,
FSymbol symbol,
java.awt.geom.AffineTransform at)
|
void |
FNullGeometry.drawInts(java.awt.Graphics2D g,
ViewPort vp,
FSymbol symbol,
java.awt.geom.AffineTransform at)
|
void |
FMultiPoint2D.draw(java.awt.Graphics2D g,
ViewPort vp,
FSymbol symbol,
java.awt.geom.AffineTransform at)
|
void |
FMultiPoint2D.drawInts(java.awt.Graphics2D g,
ViewPort vp,
FSymbol symbol,
java.awt.geom.AffineTransform at)
|
void |
FGeometry.draw(java.awt.Graphics2D g,
ViewPort vp,
FSymbol symbol,
java.awt.geom.AffineTransform at)
Dibuja la geometria actual en el graphics que se le pasa como parámetro, aplicandole las características del símbolo. |
void |
FGeometry.drawInts(java.awt.Graphics2D g,
ViewPort vp,
FSymbol symbol,
java.awt.geom.AffineTransform at)
|
Uses of FSymbol in es.prodevelop.gvsig.mobile.fmap.layer |
Methods in es.prodevelop.gvsig.mobile.fmap.layer with parameters of type FSymbol | |
void |
FLyrVect.drawSelected(java.awt.Graphics2D g,
ViewPort _vp,
FSymbol sym)
|
Uses of FSymbol in es.prodevelop.gvsig.mobile.fmap.legend |
Methods in es.prodevelop.gvsig.mobile.fmap.legend that return FSymbol | |
FSymbol |
VectorialLegend.getSymbol(int recordIndex)
Devuelve el símbolo asociado al objeto que se pasa como parámetro. |
FSymbol |
VectorialLegend.getSymbolByFeature(IFeature feat)
|
FSymbol |
SingleSymbolLegend.getSymbol(int recordIndex)
|
FSymbol |
SingleSymbolLegend.getDefaultSymbol()
|
FSymbol |
SingleSymbolLegend.getSymbolByFeature(IFeature feat)
|
FSymbol |
Legend.getDefaultSymbol()
Obtiene el símbolo por defecto de la leyenda |
Methods in es.prodevelop.gvsig.mobile.fmap.legend with parameters of type FSymbol | |
void |
VectorialLegend.setDefaultSymbol(FSymbol s)
Establece el símbolo por defecto del Legend. |
void |
SingleSymbolLegend.setDefaultSymbol(FSymbol s)
|
Constructors in es.prodevelop.gvsig.mobile.fmap.legend with parameters of type FSymbol | |
SingleSymbolLegend(FSymbol style)
Crea un nuevo SingleSymbolLegend. |
Uses of FSymbol in es.prodevelop.gvsig.mobile.fmap.symbol |
Fields in es.prodevelop.gvsig.mobile.fmap.symbol declared as FSymbol | |
static FSymbol |
FSymbol.SELECTION_SYMBOL
Symbol used for selected features |
static FSymbol |
FSymbol.MEASURE_SYMBOL
Symbol uised for the polyline shown during measurements |
Methods in es.prodevelop.gvsig.mobile.fmap.symbol that return FSymbol | |
static FSymbol |
FSymbol.getSymbolForSelection()
|
static FSymbol |
FSymbol.getMeasureSymbol()
|
static FSymbol |
FSymbol.getDefaultSymbol()
|
static FSymbol |
FSymbol.createRandomSymbol(boolean filled)
creates random symbol |
Uses of FSymbol in es.prodevelop.gvsig.mobile.fmap.util.graph2d |
Methods in es.prodevelop.gvsig.mobile.fmap.util.graph2d with parameters of type FSymbol | |
static void |
Graph2DUtilities.drawShape(java.awt.Graphics2D g2d,
java.awt.Shape shp,
FSymbol symbol)
Draws a shape on the graphics object with the given affine transform |
static void |
Graph2DUtilities.drawPolygon(java.awt.Graphics2D g2d,
FPolygon2D polygon2D,
FSymbol symbol)
Draws a polygon on the graphics object with the given symbol |
Uses of FSymbol in es.prodevelop.gvsig.mobile.gui.canvas |
Methods in es.prodevelop.gvsig.mobile.gui.canvas with parameters of type FSymbol | |
void |
TransparentCanvas.paint(java.awt.Graphics _g,
boolean transf,
FSymbol sym)
Paint method. |
Uses of FSymbol in es.prodevelop.gvsig.mobile.gui.dialog.control |
Methods in es.prodevelop.gvsig.mobile.gui.dialog.control that return FSymbol | |
FSymbol |
LegendIcon.getSymbol()
gets the symbol that is being represented. |
Methods in es.prodevelop.gvsig.mobile.gui.dialog.control with parameters of type FSymbol | |
void |
LegendIcon.setSymbol(FSymbol s)
Sets the symbol to be represented |
void |
LayersTableItem.updateSymbol(FSymbol sym)
Updates the symbology sample icon to represent a new symbol. |
Constructors in es.prodevelop.gvsig.mobile.gui.dialog.control with parameters of type FSymbol | |
LegendIcon(int shapeType,
FSymbol sym)
Constructor |
Uses of FSymbol in es.prodevelop.gvsig.mobile.project |
Methods in es.prodevelop.gvsig.mobile.project that return FSymbol | |
static FSymbol |
ProjectDeserializer.deSerializeSymbol(org.kxml2.io.KXmlParser parser)
Gets the new available data from the parser as a FSymbol |
Methods in es.prodevelop.gvsig.mobile.project with parameters of type FSymbol | |
static void |
ProjectDeserializer.deSerializePolygonSymbol(org.kxml2.io.KXmlParser parser,
FSymbol simb)
Updates a symbol with the data deserialized from a project file. |
static void |
ProjectDeserializer.deSerializeLineSymbol(org.kxml2.io.KXmlParser parser,
FSymbol simb)
Updates a symbol with the data deserialized from a project file. |
static void |
ProjectDeserializer.deSerializePointSymbol(org.kxml2.io.KXmlParser parser,
FSymbol simb)
Updates a symbol with the data deserialized from a project file. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |