|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetcharts.pro.common.NFBaseClass
netcharts.pro.common.rectangular.NFAxis
netcharts.pro.charts.strip.NFStripAxis
public class NFStripAxis
Class for a strip chart bottom or top axis. This is a special type of axis that is designed to manage a continuous stream of data.
Field Summary |
---|
Fields inherited from class netcharts.pro.common.rectangular.NFAxis |
---|
AUTO, AUTOSKIP, AUTOSTAGGER, axisLayoutDirectionMap, axisModeMap, CENTER, LEFT, LINEAR, LOG, NORMAL, NORMAL_LAYOUT, OUTWARD, RIGHT, SKIP, SKIPSTAGGER, STAGGER, ticLabelRotationPointMap, ticModeMap |
Constructor Summary | |
---|---|
NFStripAxis()
Constructs a default strip chart bottom or top axis |
|
NFStripAxis(java.util.Hashtable state,
java.lang.String side)
Constructs a rectangular axis using CDL parameters |
Method Summary | |
---|---|
void |
setAxisType(int axisType)
Sets the NFStripAxisRange axis type. |
void |
setScale(int slotsPerTic,
java.util.Date ticStart,
NFTimeUnit ticStep,
int type)
Sets the axis scale parameters using date/time values. |
void |
setScale(int slotsPerTic,
double ticStart,
double ticStep,
int type)
Sets the axis scale parameters using numeric values. |
void |
setSlotsPerTic(int slotsPerTic)
Sets the number of data slots per tic mark. |
void |
setTicStart(double ticStart)
Sets the first numeric tic value. |
void |
setTicStep(double ticStep)
Sets the numeric tic value increment. |
Methods inherited from class netcharts.pro.common.NFBaseClass |
---|
getModified, getUserObject, setModified, setUserObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NFStripAxis()
public NFStripAxis(java.util.Hashtable state, java.lang.String side)
state
- Hashtable containing CDL parameters.side
- One of "Bottom", or "Top"Method Detail |
---|
public void setSlotsPerTic(int slotsPerTic)
Number
- of data slots per tic mark.public void setTicStart(double ticStart)
ticStart
- first numeric tic value.public void setTicStep(double ticStep)
step
- numeric tic value increment.public void setAxisType(int axisType)
STATIC, DYNAMIC
If the value passed is not a valid strip chart axis type an IllegalArgumentException will be thrown.
axisType
- The type of axis.public void setScale(int slotsPerTic, double ticStart, double ticStep, int type)
slotsPerTic
- The number of data slots between tic marks.ticStart
- Used when automatically generating labels. Indicates
the first numeric tic value.ticStep
- Used when automatically generating labels. Indicates
numerical increment between tics.axisType
- The axis behavior. One of STATIC, DYNAMIC
public void setScale(int slotsPerTic, java.util.Date ticStart, NFTimeUnit ticStep, int type)
slotsPerTic
- The number of data slots between tic marks.ticStart
- Used when automatically generating labels. Indicates
the first date based tic value.ticStep
- Used when automatically generating labels. Indicates
time unit increment between tics.axisType
- The axis behavior. One of STATIC, DYNAMIC
|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2011 |
Last Modified: Jun 28, 2011 |