public class Page extends java.util.ArrayList<Graph>
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
NL |
| Constructor and Description |
|---|
Page()
Construct a new blank page with one graph inside
|
Page(boolean isGraph3D)
Construct a new blank page with one graph inside
|
| Modifier and Type | Method and Description |
|---|---|
void |
getGNUPlotPage(java.lang.StringBuilder bf)
Append the GNUPlot program which will construct this page, to a buffer.
|
GraphLayout |
getLayout()
Get a reference for this page layout
|
java.lang.Object |
getTitle()
Get the title of this page
|
void |
setLayout(GraphLayout layout) |
void |
setTitle(java.lang.String title)
Set the title of this page
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizepublic Page()
public Page(boolean isGraph3D)
isGraph3D - true, if this graph is a 3D plotpublic GraphLayout getLayout()
public void setLayout(GraphLayout layout)
public java.lang.Object getTitle()
public void setTitle(java.lang.String title)
title - the new page titlepublic void getGNUPlotPage(java.lang.StringBuilder bf)
bf - Buffer to store the gnuplot program