com.iver.cit.gvsig.fmap.rendering.styling
Class FStyle2D

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.rendering.styling.FStyle2D

public class FStyle2D
extends java.lang.Object

Author:
FJP TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
static int LINE
           
static int POINT
           
static int POLYGON
           
static int SYMBOL_STYLE_FILL_CROSS
           
static int SYMBOL_STYLE_FILL_CROSS_DIAGONAL
           
static int SYMBOL_STYLE_FILL_DARKGRAYFILL
           
static int SYMBOL_STYLE_FILL_DOWNWARD_DIAGONAL
           
static int SYMBOL_STYLE_FILL_GRAYFILL
           
static int SYMBOL_STYLE_FILL_HORIZONTAL
           
static int SYMBOL_STYLE_FILL_LIGHTGRAYFILL
           
static int SYMBOL_STYLE_FILL_SOLID
           
static int SYMBOL_STYLE_FILL_TRANSPARENT
           
static int SYMBOL_STYLE_FILL_UPWARD_DIAGONAL
           
static int SYMBOL_STYLE_FILL_VERTICAL
           
static int SYMBOL_STYLE_LINE_ARROW
           
static int SYMBOL_STYLE_LINE_DASH
           
static int SYMBOL_STYLE_LINE_DASHDOT
           
static int SYMBOL_STYLE_LINE_DASHDOTDOT
           
static int SYMBOL_STYLE_LINE_DOT
           
static int SYMBOL_STYLE_LINE_RAIL
           
static int SYMBOL_STYLE_LINE_SOLID
           
static int SYMBOL_STYLE_MARKER_CIRCLE
           
static int SYMBOL_STYLE_MARKER_CROSS
           
static int SYMBOL_STYLE_MARKER_IMAGEN
           
static int SYMBOL_STYLE_MARKER_SQUARE
           
static int SYMBOL_STYLE_MARKER_TRIANGLE
           
static int SYMBOL_STYLE_MARKER_TRUETYPE
           
static int SYMBOL_STYLE_POINTZ
           
static int SYMBOL_STYLE_TEXT_BOLD
           
static int SYMBOL_STYLE_TEXT_BOLDCURSIVE
           
static int SYMBOL_STYLE_TEXT_CURSIVE
           
static int SYMBOL_STYLE_TEXT_NORMAL
           
static int SYMBOL_TYPE_FILL
           
static int SYMBOL_TYPE_ICON
           
static int SYMBOL_TYPE_LINE
           
static int SYMBOL_TYPE_MULTIPOINT
           
static int SYMBOL_TYPE_POINT
           
static int SYMBOL_TYPE_POINTZ
           
static int SYMBOL_TYPE_POLYGONZ
           
static int SYMBOL_TYPE_POLYLINEZ
           
static int SYMBOL_TYPE_TEXT
           
static int TEXT
           
 
Constructor Summary
FStyle2D()
           
 
Method Summary
 LineStyle2D getLineStyle2D()
           
 Style2D getPointStyle2D()
           
 PolygonStyle2D getPolygonStyle2D()
           
 int getRgbLine()
           
 int getRgbPoint()
           
 int getRgbPolygon()
           
 int getRgbText()
           
 Style2D getTextStyle2D()
           
 XMLEntity getXMLEntity()
           
 void setLineStyle2D(LineStyle2D style2D)
           
 void setPointStyle2D(Style2D style2D)
           
 void setPolygonStyle2D(PolygonStyle2D style2D)
           
 void setTextStyle2D(Style2D style2D)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POINT

public static final int POINT
See Also:
Constant Field Values

LINE

public static final int LINE
See Also:
Constant Field Values

POLYGON

public static final int POLYGON
See Also:
Constant Field Values

TEXT

public static final int TEXT
See Also:
Constant Field Values

SYMBOL_TYPE_POINT

public static final int SYMBOL_TYPE_POINT
See Also:
Constant Field Values

SYMBOL_TYPE_LINE

public static final int SYMBOL_TYPE_LINE
See Also:
Constant Field Values

SYMBOL_TYPE_FILL

public static final int SYMBOL_TYPE_FILL
See Also:
Constant Field Values

SYMBOL_TYPE_TEXT

public static final int SYMBOL_TYPE_TEXT
See Also:
Constant Field Values

SYMBOL_TYPE_ICON

public static final int SYMBOL_TYPE_ICON
See Also:
Constant Field Values

SYMBOL_TYPE_POINTZ

public static final int SYMBOL_TYPE_POINTZ
See Also:
Constant Field Values

SYMBOL_TYPE_MULTIPOINT

public static final int SYMBOL_TYPE_MULTIPOINT
See Also:
Constant Field Values

SYMBOL_STYLE_POINTZ

public static final int SYMBOL_STYLE_POINTZ
See Also:
Constant Field Values

SYMBOL_TYPE_POLYLINEZ

public static final int SYMBOL_TYPE_POLYLINEZ
See Also:
Constant Field Values

SYMBOL_TYPE_POLYGONZ

public static final int SYMBOL_TYPE_POLYGONZ
See Also:
Constant Field Values

SYMBOL_STYLE_FILL_SOLID

public static final int SYMBOL_STYLE_FILL_SOLID
See Also:
Constant Field Values

SYMBOL_STYLE_FILL_TRANSPARENT

public static final int SYMBOL_STYLE_FILL_TRANSPARENT
See Also:
Constant Field Values

SYMBOL_STYLE_FILL_HORIZONTAL

public static final int SYMBOL_STYLE_FILL_HORIZONTAL
See Also:
Constant Field Values

SYMBOL_STYLE_FILL_VERTICAL

public static final int SYMBOL_STYLE_FILL_VERTICAL
See Also:
Constant Field Values

SYMBOL_STYLE_FILL_CROSS

public static final int SYMBOL_STYLE_FILL_CROSS
See Also:
Constant Field Values

SYMBOL_STYLE_FILL_UPWARD_DIAGONAL

public static final int SYMBOL_STYLE_FILL_UPWARD_DIAGONAL
See Also:
Constant Field Values

SYMBOL_STYLE_FILL_DOWNWARD_DIAGONAL

public static final int SYMBOL_STYLE_FILL_DOWNWARD_DIAGONAL
See Also:
Constant Field Values

SYMBOL_STYLE_FILL_CROSS_DIAGONAL

public static final int SYMBOL_STYLE_FILL_CROSS_DIAGONAL
See Also:
Constant Field Values

SYMBOL_STYLE_FILL_GRAYFILL

public static final int SYMBOL_STYLE_FILL_GRAYFILL
See Also:
Constant Field Values

SYMBOL_STYLE_FILL_LIGHTGRAYFILL

public static final int SYMBOL_STYLE_FILL_LIGHTGRAYFILL
See Also:
Constant Field Values

SYMBOL_STYLE_FILL_DARKGRAYFILL

public static final int SYMBOL_STYLE_FILL_DARKGRAYFILL
See Also:
Constant Field Values

SYMBOL_STYLE_MARKER_CIRCLE

public static final int SYMBOL_STYLE_MARKER_CIRCLE
See Also:
Constant Field Values

SYMBOL_STYLE_MARKER_SQUARE

public static final int SYMBOL_STYLE_MARKER_SQUARE
See Also:
Constant Field Values

SYMBOL_STYLE_MARKER_TRIANGLE

public static final int SYMBOL_STYLE_MARKER_TRIANGLE
See Also:
Constant Field Values

SYMBOL_STYLE_MARKER_CROSS

public static final int SYMBOL_STYLE_MARKER_CROSS
See Also:
Constant Field Values

SYMBOL_STYLE_MARKER_TRUETYPE

public static final int SYMBOL_STYLE_MARKER_TRUETYPE
See Also:
Constant Field Values

SYMBOL_STYLE_MARKER_IMAGEN

public static final int SYMBOL_STYLE_MARKER_IMAGEN
See Also:
Constant Field Values

SYMBOL_STYLE_LINE_SOLID

public static final int SYMBOL_STYLE_LINE_SOLID
See Also:
Constant Field Values

SYMBOL_STYLE_LINE_DASH

public static final int SYMBOL_STYLE_LINE_DASH
See Also:
Constant Field Values

SYMBOL_STYLE_LINE_DOT

public static final int SYMBOL_STYLE_LINE_DOT
See Also:
Constant Field Values

SYMBOL_STYLE_LINE_DASHDOT

public static final int SYMBOL_STYLE_LINE_DASHDOT
See Also:
Constant Field Values

SYMBOL_STYLE_LINE_DASHDOTDOT

public static final int SYMBOL_STYLE_LINE_DASHDOTDOT
See Also:
Constant Field Values

SYMBOL_STYLE_LINE_RAIL

public static final int SYMBOL_STYLE_LINE_RAIL
See Also:
Constant Field Values

SYMBOL_STYLE_LINE_ARROW

public static final int SYMBOL_STYLE_LINE_ARROW
See Also:
Constant Field Values

SYMBOL_STYLE_TEXT_NORMAL

public static final int SYMBOL_STYLE_TEXT_NORMAL
See Also:
Constant Field Values

SYMBOL_STYLE_TEXT_CURSIVE

public static final int SYMBOL_STYLE_TEXT_CURSIVE
See Also:
Constant Field Values

SYMBOL_STYLE_TEXT_BOLD

public static final int SYMBOL_STYLE_TEXT_BOLD
See Also:
Constant Field Values

SYMBOL_STYLE_TEXT_BOLDCURSIVE

public static final int SYMBOL_STYLE_TEXT_BOLDCURSIVE
See Also:
Constant Field Values
Constructor Detail

FStyle2D

public FStyle2D()
Method Detail

getRgbPoint

public int getRgbPoint()
Returns:
Returns the rgb (incluye transparencia) que se utilizará para la aceleración gráfica.

getRgbLine

public int getRgbLine()
Returns:
Returns the rgbLine.

getRgbPolygon

public int getRgbPolygon()
Returns:
Returns the rgbPolygon.

getRgbText

public int getRgbText()
Returns:
Returns the rgbText.

getLineStyle2D

public LineStyle2D getLineStyle2D()
Returns:
Returns the style2D.

setLineStyle2D

public void setLineStyle2D(LineStyle2D style2D)
Parameters:
style2D - The style2D to set.

getPolygonStyle2D

public PolygonStyle2D getPolygonStyle2D()
Returns:
Returns the style2D.

setPolygonStyle2D

public void setPolygonStyle2D(PolygonStyle2D style2D)
Parameters:
style2D - The style2D to set.

getPointStyle2D

public Style2D getPointStyle2D()
Returns:
Returns the style2D.

setPointStyle2D

public void setPointStyle2D(Style2D style2D)
Parameters:
style2D - The style2D to set.

getTextStyle2D

public Style2D getTextStyle2D()
Returns:
Returns the style2D.

setTextStyle2D

public void setTextStyle2D(Style2D style2D)
Parameters:
style2D - The style2D to set.

getXMLEntity

public XMLEntity getXMLEntity()