All Packages Class Hierarchy This Package Previous Next Index
Class com.bulletproof.gui.Chart
java.lang.Object
|
+----com.bulletproof.gui.Component
|
+----com.bulletproof.gui.Chart
- public class Chart
- extends Component
Class Chart represents a basic charting class to handle bar, column, line, area
and pie charts.
-
AREA
-
-
BACKGROUND
-
-
BAR
-
-
COLUMN
-
-
FOREGROUND
-
-
GANTT
-
-
HORIZONTAL
-
-
LINE
-
-
p
-
-
PIE
-
-
VERTICAL
-
-
Chart(ChartParms)
- Creates a Chart.
-
calculateScaling()
- Calulate the scaling necessary to safely plot this chart inside the borders
of this panel.
-
minimumSize()
-
-
paint(Graphics)
-
Paints the component.
-
preferredSize()
-
p
public ChartParms p
COLUMN
public static int COLUMN
BAR
public static int BAR
LINE
public static int LINE
AREA
public static int AREA
PIE
public static int PIE
GANTT
public static int GANTT
HORIZONTAL
public static int HORIZONTAL
VERTICAL
public static int VERTICAL
FOREGROUND
public static int FOREGROUND
BACKGROUND
public static int BACKGROUND
Chart
public Chart(ChartParms p)
- Creates a Chart.
- Parameters:
- JDPUser - the global user parameter used to pass handles in JDP.
- chartParms - an list of the chart paramaters.
paint
public void paint(Graphics g)
- Paints the component.
- Overrides:
- paint in class Component
calculateScaling
public void calculateScaling()
- Calulate the scaling necessary to safely plot this chart inside the borders
of this panel. This method should be called when the cahrt parameters change.
preferredSize
public Dimension preferredSize()
minimumSize
public Dimension minimumSize()
All Packages Class Hierarchy This Package Previous Next Index