Revision 13734

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/styles/ImageStyle.java
48 48
import java.io.IOException;
49 49

  
50 50
import javax.imageio.ImageIO;
51
import javax.swing.ImageIcon;
52 51

  
53 52
import com.iver.cit.gvsig.fmap.core.symbols.ISymbol;
54 53
import com.iver.utiles.XMLEntity;
55 54

  
56 55
/**
57
 * Controls the style of an image to be correctly painted.This class controls
58
 * aspects like the source path of the image, creates a rectangle to paint inside the
59
 * image, draws the outline of the image and so on.
56
 * Controls the style of an image to be correctly painted. This class controls
57
 * aspects like the source path of the image, creates a rectangle to paint inside 
58
 * the image, draws the outline of the image and so on.
59
 * 
60 60
 * @author jaume dominguez faus - jaume.dominguez@iver.es
61 61
 */
62 62
public class ImageStyle extends BackgroundFileStyle {
trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/styles/ArrowDecoratorStyle.java
60 60
 * different options to draw an arrow in a line (and draw it too). This
61 61
 * information is taken from the panel.
62 62
 *
63
 * @autor jaume dominguez faus - jaume.dominguez@iver.es
63
 * @author jaume dominguez faus - jaume.dominguez@iver.es
64 64
 */
65 65
public class ArrowDecoratorStyle implements IStyle {
66 66
	private boolean flipAll = false;

Also available in: Unified diff