Revision 32205 trunk/extensions/extPublish/src/org/gvsig/publish/infoproject/ILayerInfo.java

View differences:

ILayerInfo.java
126 126
	abstract IViewInfo getViewInfo();
127 127
	/**
128 128
	 * 
129
	 * @return information about the layer labeling. It cannot be be null.
129
	 * @return information about the layer labeling. It can be null if isLabeled() is false.
130 130
	 */
131 131
	abstract ILabelingInfo getLabeling();
132
	
133 132
	/**
133
	 * @return true if the layer is labeled
134
	 */
135
	abstract boolean isLabeled();
136
	/**
134 137
	 * 
135 138
	 * @return the opacity percentage, 0 is transparent, 100 is opaque
136 139
	 */

Also available in: Unified diff