|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--physicon.graphLib.GraphLibData
Represents global data for the library usage
Field Summary | |
static int |
accurance
Data for GraphContext |
static int |
arrowHeight
|
static int |
arrowWidth
|
static java.awt.Color |
bgColor
|
static int |
chartSpace
Data for charts |
static int |
dashLen
Data for dash line |
static java.awt.Color |
gridColor
|
static int |
largeDashLen
|
static int |
markerSize
Data for marker |
static java.lang.String |
metaTeXFont
|
static int |
metaTeXSize
Data for the MetaTeX fonts |
static double |
minParamStep
|
static int |
minPixPerDash
|
static NullDrawer |
nullDrawer
Common Data |
static java.awt.Color |
scaleColor
Colors |
static java.awt.Font |
scaleFont
Data for scale |
static int |
smallDashLen
|
static int |
thickArrowBaseHeight
|
static int |
thickArrowHeight
|
Constructor Summary | |
GraphLibData()
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final java.awt.Font scaleFont
public static int smallDashLen
public static int largeDashLen
public static final int minPixPerDash
public static final int arrowWidth
public static final int arrowHeight
public static final int thickArrowHeight
public static final int thickArrowBaseHeight
public static final double minParamStep
public static final java.awt.Color scaleColor
public static final java.awt.Color gridColor
public static final java.awt.Color bgColor
public static final NullDrawer nullDrawer
public static final int accurance
public static final int markerSize
public static final int dashLen
public static final int chartSpace
public static final int metaTeXSize
public static final java.lang.String metaTeXFont
Constructor Detail |
public GraphLibData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |