|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.data.renderer.WebClassBreakInfo
public class WebClassBreakInfo
WebClassBreakInfo is a class that is used for expressing the mapping between the range of an attribute
value and a WebSymbol that should be used for rendering.
| Constructor Summary | |
|---|---|
WebClassBreakInfo()
Creates an empty instance of WebClassInfo. |
|
WebClassBreakInfo(java.lang.String label,
java.lang.String description,
double value,
WebSymbol symbol)
Creates an instance of WebClassInfo. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the detailed description of the class break info. |
java.lang.String |
getLabel()
Returns the label for this break. |
WebSymbol |
getSymbol()
Returns the symbol to be applied for this class break. |
double |
getValue()
Returns the class break upper limit field value. |
void |
setDescription(java.lang.String description)
Sets the detailed description of the class break info. |
void |
setLabel(java.lang.String label)
Set the label for this break. |
void |
setSymbol(WebSymbol symbol)
Sets the symbol to be applied for this class break. |
void |
setValue(double value)
Set the class break upper limit field value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebClassBreakInfo()
WebClassInfo.
public WebClassBreakInfo(java.lang.String label,
java.lang.String description,
double value,
WebSymbol symbol)
WebClassInfo.
label - the label of the class break info that will used for displaying in TOC controldescription - the description of the class break infovalue - the class break upper limit field valuesymbol - the symbol to be applied for this class break| Method Detail |
|---|
public void setDescription(java.lang.String description)
description - the detailed description of the class break infopublic java.lang.String getDescription()
public void setValue(double value)
value - the upper limit field valuepublic double getValue()
public void setSymbol(WebSymbol symbol)
symbol - the symbol for this breakpublic WebSymbol getSymbol()
public void setLabel(java.lang.String label)
label - the label of the breakpublic java.lang.String getLabel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||