Revision 41435 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.symbology/org.gvsig.symbology.lib/org.gvsig.symbology.lib.api/src/main/java/org/gvsig/symbology/fmap/mapcontext/rendering/symbol/marker/IMarkerSymbol.java

View differences:

IMarkerSymbol.java
38 38
 * @author   jaume dominguez faus - jaume.dominguez@iver.es
39 39
 */
40 40
public interface IMarkerSymbol extends ISymbol, CartographicSupport {
41
	
41

  
42 42
	public static final String SYMBOL_NAME = "marker";
43 43

  
44 44
	public static final int CIRCLE_STYLE = 0;
......
48 48
	public static final int X_STYLE = 4;
49 49
	public static final int TRIANGLE_STYLE = 5;
50 50
	public static final int STAR_STYLE = 6;
51
	public static final int VERTICAL_LINE_STYLE = 7;
51 52

  
52 53
	/**
53 54
	 * Returns the rotation (in radians, counter-clockwise) of the marker symbol
......
91 92
	 * @param color
92 93
	 */
93 94
	public abstract void setColor(Color color);
94
	
95

  
95 96
	/**
96 97
	 * Defines the transparency of a line symbol.
97
	 * 
98
	 *
98 99
	 * @param outlineAlpha
99 100
	 *            , the transparency
100 101
	 */
101 102
	void setAlpha(int alpha);
102
	
103

  
103 104
	/**
104 105
	 *
105 106
	 * @return the mask of the symbol

Also available in: Unified diff