Page

public class Page
extends GridLayout
Hierarchy:
ObjectGridLayout ⯈ Page

Summary

Static Fields
static String globalTextStyle
Instance Fields
ArrayList<Chart> charts
String customDefs
String frameStyle
Inherited from GridLayout.
int gapx
Inherited from GridLayout.
int gapy
Inherited from GridLayout.
int itemHeight
Inherited from GridLayout.
int itemWidth
Inherited from GridLayout.
int margin
Inherited from GridLayout.
int numCols
Inherited from GridLayout.
Constructors
Page (int numCols)
Instance Methods
Page add (Chart chart)
GridLayout autoItemSize ()
protected String chartId (int index)
int countCols ()
Inherited from GridLayout.
int countItems ()
int countRows ()
Inherited from GridLayout.
int getHeight ()
Inherited from GridLayout.
int getWidth ()
Inherited from GridLayout.
void printItem (PrintStream out, int index, double x, double y)
void printItems (PrintStream out, double left, double top)
Inherited from GridLayout.
void printPage (PrintStream out)
GridLayout setCols (int numCols)
Inherited from GridLayout.
GridLayout setFrame (int margin, String style)
Inherited from GridLayout.
GridLayout setGap (int gap)
Inherited from GridLayout.
GridLayout setGap (int gapx, int gapy)
Inherited from GridLayout.
GridLayout setItemSize (int w, int h)
Inherited from GridLayout.
Show all inherited methods (11 more)
protected native Object clone ()
Inherited from Object.
boolean equals (Object)
Inherited from Object.
protected void finalize ()
Inherited from Object.
final native Class<?> getClass ()
Inherited from Object.
native int hashCode ()
Inherited from Object.
final native void notify ()
Inherited from Object.
final native void notifyAll ()
Inherited from Object.
String toString ()
Inherited from Object.
final void wait ()
Inherited from Object.
final native void wait (long)
Inherited from Object.
final void wait (long, int)
Inherited from Object.
Static Methods
static void startSvg (PrintStream out, int w, int h, boolean xlink)

globalTextStyle

public static String globalTextStyle;

charts

public ArrayList<Chart> charts;

customDefs

public String customDefs;

Page

public Page (
	int numCols
);

add

public Page add (
	Chart chart
);

autoItemSize

@Override
public GridLayout autoItemSize ();

Overrides GridLayout.autoItemSize().

countItems

@Override
public int countItems ();

Implements GridLayout.countItems().

printItem

@Override
public void printItem (
	PrintStream out,
	int index,
	double x,
	double y
);

Implements GridLayout.printItem(PrintStream, int, double, double).

chartId

protected String chartId (
	int index
);

printPage

public void printPage (
	PrintStream out
);

startSvg

public static void startSvg (
	PrintStream out,
	int w,
	int h,
	boolean xlink
);