net.sourceforge.ganttproject.shape
Class ShapeConstants

java.lang.Object
  |
  +--net.sourceforge.ganttproject.shape.ShapeConstants

public class ShapeConstants
extends java.lang.Object


Field Summary
static ShapePaint BACKSLASH
           
static ShapePaint CROSS
           
static ShapePaint DEFAULT
           
static ShapePaint DIAMOND
           
static ShapePaint DOT
           
static ShapePaint DOTS
           
static ShapePaint GRID
           
static ShapePaint HORZ
           
static ShapePaint NE_TRIANGLE
           
static ShapePaint NW_TRIANGLE
           
static ShapePaint[] PATTERN_LIST
           
static ShapePaint ROUND
           
static ShapePaint SE_TRIANGLE
           
static ShapePaint SLASH
           
static ShapePaint SW_TRIANGLE
           
static ShapePaint THICK_BACKSLASH
           
static ShapePaint THICK_GRID
           
static ShapePaint THICK_HORZ
           
static ShapePaint THICK_SLASH
           
static ShapePaint THICK_VERT
           
static ShapePaint TRANSPARENT
           
static ShapePaint VERT
           
 
Constructor Summary
ShapeConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSPARENT

public static final ShapePaint TRANSPARENT

DEFAULT

public static final ShapePaint DEFAULT

CROSS

public static final ShapePaint CROSS

VERT

public static final ShapePaint VERT

HORZ

public static final ShapePaint HORZ

GRID

public static final ShapePaint GRID

ROUND

public static final ShapePaint ROUND

NW_TRIANGLE

public static final ShapePaint NW_TRIANGLE

NE_TRIANGLE

public static final ShapePaint NE_TRIANGLE

SW_TRIANGLE

public static final ShapePaint SW_TRIANGLE

SE_TRIANGLE

public static final ShapePaint SE_TRIANGLE

DIAMOND

public static final ShapePaint DIAMOND

DOTS

public static final ShapePaint DOTS

DOT

public static final ShapePaint DOT

SLASH

public static final ShapePaint SLASH

BACKSLASH

public static final ShapePaint BACKSLASH

THICK_VERT

public static final ShapePaint THICK_VERT

THICK_HORZ

public static final ShapePaint THICK_HORZ

THICK_GRID

public static final ShapePaint THICK_GRID

THICK_SLASH

public static final ShapePaint THICK_SLASH

THICK_BACKSLASH

public static final ShapePaint THICK_BACKSLASH

PATTERN_LIST

public static ShapePaint[] PATTERN_LIST
Constructor Detail

ShapeConstants

public ShapeConstants()


${copyright}