Revision 8516 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/ISymbol.java

View differences:

ISymbol.java
89 89
	XMLEntity getXMLEntity();
90 90

  
91 91
	/**
92
	 * The description is a human-readable text used to
92 93
	 * @return description of this symbol.
93 94
	 */
94 95
	String getDescription();
95 96

  
96 97
	/**
97
	 * TODO este javadoc es poco explicactivo
98
	 * @return true if Shape must be drawn. Useful if you are labelling
98
	 * Tells whether the shape of the symbol will be drawn or not.
99
	 *
100
	 * @return <b>true</b> if Shape must be drawn. Useful if you are labelling
99 101
	 */
100 102
	boolean isShapeVisible();
101 103

  

Also available in: Unified diff