ro.nextreports.engine.chart
Class ChartType

Package class diagram package ChartType
java.lang.Object
  extended by ro.nextreports.engine.chart.ChartType
All Implemented Interfaces:
java.io.Serializable

public class ChartType
extends java.lang.Object
implements java.io.Serializable

User: mihai.panaitescu Date: 14-Dec-2009 Time: 15:21:48

See Also:
Serialized Form

Field Summary
static byte AREA
           
static byte BAR
           
static byte HORIZONTAL_BAR
           
static byte LINE
           
static byte NONE
           
static byte PIE
           
static byte STACKED_BAR
           
static byte STYLE_BAR_CYLINDER
           
static byte STYLE_BAR_DOME
           
static byte STYLE_BAR_GLASS
           
static byte STYLE_BAR_PARALLELIPIPED
           
static byte STYLE_LINE_DOT_ANCHOR
           
static byte STYLE_LINE_DOT_BOW
           
static byte STYLE_LINE_DOT_HOLLOW
           
static byte STYLE_LINE_DOT_SOLID
           
static byte STYLE_LINE_DOT_STAR
           
static byte STYLE_NORMAL
           
 
Constructor Summary
ChartType(byte type)
           
ChartType(byte type, byte style)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 byte getStyle()
           
 byte getType()
           
 int hashCode()
           
 boolean isHorizontal()
           
 boolean isStacked()
           
 void setStyle(byte style)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final transient byte NONE
See Also:
Constant Field Values

BAR

public static final transient byte BAR
See Also:
Constant Field Values

HORIZONTAL_BAR

public static final transient byte HORIZONTAL_BAR
See Also:
Constant Field Values

STACKED_BAR

public static final transient byte STACKED_BAR
See Also:
Constant Field Values

PIE

public static final transient byte PIE
See Also:
Constant Field Values

LINE

public static final transient byte LINE
See Also:
Constant Field Values

AREA

public static final transient byte AREA
See Also:
Constant Field Values

STYLE_NORMAL

public static final transient byte STYLE_NORMAL
See Also:
Constant Field Values

STYLE_BAR_GLASS

public static final transient byte STYLE_BAR_GLASS
See Also:
Constant Field Values

STYLE_BAR_CYLINDER

public static final transient byte STYLE_BAR_CYLINDER
See Also:
Constant Field Values

STYLE_BAR_PARALLELIPIPED

public static final transient byte STYLE_BAR_PARALLELIPIPED
See Also:
Constant Field Values

STYLE_BAR_DOME

public static final transient byte STYLE_BAR_DOME
See Also:
Constant Field Values

STYLE_LINE_DOT_ANCHOR

public static final transient byte STYLE_LINE_DOT_ANCHOR
See Also:
Constant Field Values

STYLE_LINE_DOT_STAR

public static final transient byte STYLE_LINE_DOT_STAR
See Also:
Constant Field Values

STYLE_LINE_DOT_BOW

public static final transient byte STYLE_LINE_DOT_BOW
See Also:
Constant Field Values

STYLE_LINE_DOT_SOLID

public static final transient byte STYLE_LINE_DOT_SOLID
See Also:
Constant Field Values

STYLE_LINE_DOT_HOLLOW

public static final transient byte STYLE_LINE_DOT_HOLLOW
See Also:
Constant Field Values
Constructor Detail

ChartType

public ChartType(byte type)

ChartType

public ChartType(byte type,
                 byte style)
Method Detail

getType

public byte getType()

getStyle

public byte getStyle()

setStyle

public void setStyle(byte style)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

isHorizontal

public boolean isHorizontal()

isStacked

public boolean isStacked()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object