|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.String>
com.panayotis.gnuplot.PropertiesHolder
com.panayotis.gnuplot.plot.Axis
public class Axis
This class represents the various axes of the plot. It is used to set various axis-related parameters
| Field Summary |
|---|
| Fields inherited from class com.panayotis.gnuplot.PropertiesHolder |
|---|
NL |
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the name of this axis as a String. |
void |
setBoundaries(double from,
double to)
Define the area to plot. |
void |
setLabel(java.lang.String label)
Set the label of this axis. |
void |
setLabel(java.lang.String label,
java.lang.String font,
int size)
Set the label and the font of the current axis |
void |
setLogScale(boolean log)
Set whether this axis is in logarithmic scale or not |
| Methods inherited from class com.panayotis.gnuplot.PropertiesHolder |
|---|
appendProperties, set, set, unset |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Method Detail |
|---|
public java.lang.String getName()
public void setLogScale(boolean log)
log - Set, if this axis is in logarithmic scalepublic void setLabel(java.lang.String label)
label - THe label of this axissetLabel(String,String,int)
public void setLabel(java.lang.String label,
java.lang.String font,
int size)
label - The label of this axisfont - Font namesize - Font size
public void setBoundaries(double from,
double to)
from - The minimum valueto - The maximum value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||