ro.nextreports.engine.chart
Class ChartType
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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
ChartType
public ChartType(byte type)
ChartType
public ChartType(byte type,
byte style)
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