Revision 1005 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/dgn/DGNElemColorTable.java

View differences:

DGNElemColorTable.java
13 13
package com.iver.cit.gvsig.fmap.drivers.dgn;
14 14

  
15 15
/**
16
 * DOCUMENT ME!
16
 * Clase utilizada para guardar un elemento de tipo ColorTable.
17 17
 *
18
 * @author VCN To change the template for this generated type comment go to
19
 *         Window>Preferences>Java>Code Generation>Code and Comments
18
 * @author Vicente Caballero Navarro
20 19
 */
21 20
public class DGNElemColorTable extends DGNElemCore {
22
    //DGNElemCore 	core=new DGNElemCore();
23
    public int screen_flag;
24
    public byte[][] color_info = new byte[256][3];
21
	//DGNElemCore 	core=new DGNElemCore();
22
	public int screen_flag;
23
	public byte[][] color_info = new byte[256][3];
25 24

  
26
    //256 3 /*!< Color table, 256 colors by red (0), green(1) and blue(2) component. */
25
	//256 3 /*!< Color table, 256 colors by red (0), green(1) and blue(2) component. */
27 26
}

Also available in: Unified diff