public abstract class Chart
String |
axisLineStyle
|
String |
chartAreaStyle
|
int |
chartHeight
|
int |
chartWidth
|
boolean |
clipChart
|
String |
frameStyle
|
String |
gridLineStyle
|
String |
id
|
Legend |
legend
|
int |
marginBottom
|
int |
marginLeft
|
int |
marginRight
|
int |
marginTop
|
String |
title
|
Anchor |
titleAnchorX
|
Anchor |
titleAnchorY
|
String |
titleStyle
|
Chart ()
Default constructor. |
protected double |
calcLeft (Anchor a, double width, boolean inside)
|
protected double |
calcTop (Anchor a, double height, boolean inside)
|
protected double |
calcx (Anchor a)
|
protected double |
calcx (Anchor a, double mid)
|
protected double |
calcy (Anchor a)
|
protected double |
calcy (Anchor a, double mid)
|
int |
getHeight ()
|
int |
getWidth ()
|
protected void |
printAxes (PrintStream out)
|
void |
printChart (PrintStream out)
|
protected void |
printData (PrintStream out)
|
protected void |
printDefs (PrintStream out)
|
protected void |
printGrid (PrintStream out)
|
void |
printPage (PrintStream out)
|
protected void |
printStyles (PrintStream out)
|
Chart |
setMargins (int left, int right, int top, int bottom)
|
Chart |
setSize (int w, int h)
|
Chart |
setTitle (String title)
|
Chart |
setTitle (String title, Anchor anchorX, Anchor anchorY)
|
Show all inherited methods (11 more) |
Common superclass for all diagrams.