|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.asset.ValueRangeInfo
public class ValueRangeInfo
ValueRangeInfo holds value range definition. Each range is defined by the lower and upper bounds.
| Constructor Summary | |
|---|---|
ValueRangeInfo()
Constructor. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone the object. |
boolean |
equals(Object obj)
Check if equals another object. |
String[] |
getLabels()
Get the labels. |
double[] |
getValues()
Get the range boundary values. |
boolean |
isShowBottomValue()
If show the bottom value. |
boolean |
isShowTopValue()
If show the top value. |
protected void |
parseAttributes(Element elem)
Parse contents. |
protected void |
parseContents(Element elem)
Parse contents. |
boolean |
parseData(DataInputStream input)
Parse data from an InputStream. |
void |
parseXML(Element elem)
Method to parse an xml segment. |
void |
setLabels(String[] labels)
Set the ranges' labels. |
void |
setShowBottomValue(boolean bottom)
Set if show the bottom value. |
void |
setShowTopValue(boolean top)
Set if show the top value. |
void |
setValues(double[] values)
Set the value ranges. |
String |
toString()
Get the string representation. |
protected void |
writeAttributes(PrintWriter writer)
Write attributes. |
protected void |
writeContents(PrintWriter writer)
Write contents. |
void |
writeData(DataOutputStream dos)
Write data to a DataOutputStream. |
void |
writeXML(PrintWriter writer)
Write the xml segment to print writer. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ValueRangeInfo()
| Method Detail |
|---|
public double[] getValues()
public void setValues(double[] values)
values - range boundary values.public String[] getLabels()
public void setLabels(String[] labels)
labels - range boundary labels.public boolean isShowBottomValue()
public void setShowBottomValue(boolean bottom)
bottom - if show the bottom value.public boolean isShowTopValue()
public void setShowTopValue(boolean top)
top - if show the top value.public String toString()
toString in class Objectpublic Object clone()
clone in interface AssetObjectclone in class Object
public void parseXML(Element elem)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableelem - the specified xml element.
Exceptionpublic void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriter - the destination print writer.protected void writeContents(PrintWriter writer)
writer - the specified writer.
protected void parseContents(Element elem)
throws Exception
elem - the specified xml element.
Exceptionprotected void writeAttributes(PrintWriter writer)
writer - the specified writer.protected void parseAttributes(Element elem)
elem - the specified xml element.public void writeData(DataOutputStream dos)
writeData in interface inetsoft.util.DataSerializabledos - the destination DataOutputStream.public boolean parseData(DataInputStream input)
parseData in interface inetsoft.util.DataSerializableinput - the source DataInputStream.public boolean equals(Object obj)
equals in class Objectobj - the specified object to compare to.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||