|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.chart3d.ParentTrackChange | +--com.klg.jclass.chart3d.JCBar
JClass Chart 3D class that contains properties that pertain to plots of type bar. These are properties such as the bar format and spcaing.
Field Summary | |
static int |
FIXED
The fixed bar format. |
static int |
HISTOGRAM
The hisogram bar format. |
protected int |
xFormat
X bar format. |
protected double |
xSpacing
X bar spacing. |
protected int |
yFormat
Y bar format. |
protected double |
ySpacing
Y bar spacing. |
Fields inherited from class com.klg.jclass.chart3d.ParentTrackChange |
parents |
Constructor Summary | |
JCBar()
Default constructor. |
|
JCBar(int xFormat,
int yFormat,
double xSpacing,
double ySpacing)
Constructor that intializes the X & Y formats and spacing. |
Method Summary | |
int |
getXFormat()
Gets the current x or X axis bar format. |
double |
getXSpacing()
Gets the current X bar spacing. |
int |
getYFormat()
Gets the current y or Y axis bar format. |
double |
getYSpacing()
Gets the current Y bar spacing. |
void |
setXFormat(int xFormat)
Sets the current x or X axis bar format. |
void |
setXSpacing(double xSpacing)
Sets the current X bar spacing. |
void |
setYFormat(int yFormat)
Sets the current y or Y axis bar format. |
void |
setYSpacing(double ySpacing)
Sets the current Y bar spacing. |
Methods inherited from class com.klg.jclass.chart3d.ParentTrackChange |
addParent, clearParents, removeParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int FIXED
public static final int HISTOGRAM
protected int xFormat
FIXED
or HISTOGRAM
.
protected int yFormat
FIXED
or HISTOGRAM
.
protected double xSpacing
protected double ySpacing
Constructor Detail |
public JCBar()
public JCBar(int xFormat, int yFormat, double xSpacing, double ySpacing)
xFormat
- the X bar formatyFormat
- the Y bar formatxSpacing
- the X bar spacingySpacing
- the Y bar spacingMethod Detail |
public int getXFormat()
FIXED
or HISTOGRAM
.
public void setXFormat(int xFormat)
FIXED
or HISTOGRAM
.
xFormat
- the new X bar formatpublic int getYFormat()
FIXED
or HISTOGRAM
.
public void setYFormat(int yFormat)
FIXED
or HISTOGRAM
.
yFormat
- the new Y bar formatpublic double getXSpacing()
public void setXSpacing(double xSpacing)
xSpacing
- the new X bar spacing valuepublic double getYSpacing()
public void setYSpacing(double ySpacing)
ySpacing
- the new column bar spacing value
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |