Revision 40679 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/rendering/symbols/styles/ILabelStyle.java

View differences:

ILabelStyle.java
21 21
 * For any additional information, do not hesitate to contact us
22 22
 * at info AT gvsig.com, or visit our website www.gvsig.com.
23 23
 */
24
/* CVS MESSAGES:
25
*
26
* $Id: ILabelStyle.java 20989 2008-05-28 11:05:57Z jmvivo $
27
* $Log$
28
* Revision 1.10  2007-08-16 06:55:30  jvidal
29
* javadoc updated
30
*
31
* Revision 1.9  2007/08/13 11:36:30  jvidal
32
* javadoc
33
*
34
* Revision 1.8  2007/05/08 08:47:39  jaume
35
* *** empty log message ***
36
*
37
* Revision 1.7  2007/04/05 16:07:14  jaume
38
* Styled labeling stuff
39
*
40
* Revision 1.6  2007/04/04 15:42:03  jaume
41
* *** empty log message ***
42
*
43
* Revision 1.5  2007/04/04 15:41:05  jaume
44
* *** empty log message ***
45
*
46
* Revision 1.4  2007/04/02 16:34:56  jaume
47
* Styled labeling (start commiting)
48
*
49
* Revision 1.3  2007/03/29 16:02:01  jaume
50
* *** empty log message ***
51
*
52
* Revision 1.2  2007/03/09 11:20:56  jaume
53
* Advanced symbology (start committing)
54
*
55
* Revision 1.1.2.1  2007/02/15 16:23:44  jaume
56
* *** empty log message ***
57
*
58
* Revision 1.1.2.1  2007/02/09 07:47:05  jaume
59
* Isymbol moved
60
*
61
*
62
*/
63 24
package org.gvsig.fmap.mapcontext.rendering.symbols.styles;
64 25

  
65 26
import java.awt.Dimension;
......
140 101
	 * @param height
141 102
	 */
142 103
	public void setSize(double width, double height);
104
	
105
	
106
	public IBackgroundFileStyle getBackgroundFileStyle() ;
143 107

  
108
	public void setBackgroundFileStyle(IBackgroundFileStyle background);
144 109
}

Also available in: Unified diff