|
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.charts.histogram.NFHistogramScale
public class NFHistogramScale
Constructor Summary | |
---|---|
NFHistogramScale()
Constructs a default histogram scale object. |
|
NFHistogramScale(int min,
int max)
Constructs a histogram scale object with the given beginning and end data range |
Method Summary | |
---|---|
java.lang.String |
getCDL()
Generate CDL parameters representing this histogram scale |
void |
getCDL(java.lang.StringBuffer sb)
Append CDL parameters representing this histogram scale to the given StringBuffer. |
java.lang.Integer |
getMax()
Gets the end of the data range |
java.lang.Integer |
getMin()
Gets the beginning of the data range |
void |
setCDL(java.lang.Object cdlObject)
Configures this histogram scale object from a CDL parameter object. |
void |
setCDL(java.lang.String cdl)
Configures this histogram scale object from a CDL parameter string representation. |
int |
setCDL(java.lang.String[] elements,
int offset)
Configures this histogram scale object from a CDL parameter string representation. |
void |
setMax(int max)
Sets the end of the data range |
void |
setMax(java.lang.Integer max)
Sets the end of the data range |
void |
setMin(int min)
Sets the beginning of the data range |
void |
setMin(java.lang.Integer min)
Sets the beginning of the data range |
java.lang.String |
toString()
Returns a string representing this histogram scale. |
Methods inherited from class netcharts.pro.common.NFBaseClass |
---|
clone, getModified, getUserObject, setModified, setUserObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NFHistogramScale()
public NFHistogramScale(int min, int max)
min
- beginning of the data rangemax
- end of the data rangeMethod Detail |
---|
public void setMin(int min)
min
- beginning of the data rangepublic void setMin(java.lang.Integer min)
min
- beginning of the data rangepublic java.lang.Integer getMin()
public void setMax(int max)
min
- end of the data rangepublic void setMax(java.lang.Integer max)
min
- end of the data rangepublic java.lang.Integer getMax()
public java.lang.String getCDL()
getCDL
in interface NFCDLGenerator
(min, max)
public void getCDL(java.lang.StringBuffer sb)
sb
- target buffer to append the CDL parameterspublic java.lang.String toString()
toString
in interface NFCDLGenerator
toString
in class java.lang.Object
(min, max)
public void setCDL(java.lang.Object cdlObject)
cdlObject
- CDL in string form or in a user object.public void setCDL(java.lang.String cdl)
setCDL
in interface NFCDLGenerator
cdl
- CDL in string form: (min, max)
public int setCDL(java.lang.String[] elements, int offset)
elements
- array of parameter elements containing consecutive elements
histogram scale min and histogram scale maxoffset
- offset into the elements array
|
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 |