public class StyleGenerationRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StyleGenerationRequest.ClusterScaleType |
| Constructor and Description |
|---|
StyleGenerationRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttributeName() |
Color |
getC1() |
Color |
getC2() |
StyleGenerationRequest.ClusterScaleType |
getClusterScaleType() |
String |
getMax() |
String |
getMin() |
String |
getNameStyle() |
int |
getnClasses() |
Class |
getTypeValue() |
int |
hashCode() |
void |
setAttributeName(String attributeName) |
void |
setC1(Color c1) |
void |
setC2(Color c2) |
void |
setClusterScaleType(StyleGenerationRequest.ClusterScaleType clusterScaleType) |
void |
setMax(String max) |
void |
setMin(String min) |
void |
setNameStyle(String nameStyle) |
void |
setnClasses(int nClasses) |
void |
setTypeValue(Class typeValue) |
String |
toString() |
public String getNameStyle()
public void setNameStyle(String nameStyle)
nameStyle - the nameStyle to setpublic String getAttributeName()
public void setAttributeName(String attributeName)
attributeName - the attributeName to setpublic int getnClasses()
public void setnClasses(int nClasses)
nClasses - the nClasses to setpublic Color getC1()
public void setC1(Color c1)
c1 - the c1 to setpublic Color getC2()
public void setC2(Color c2)
c2 - the c2 to setpublic Class getTypeValue()
public void setTypeValue(Class typeValue)
typeValue - the typeValue to setpublic String getMax()
public void setMax(String max)
max - the max to setpublic String getMin()
public void setMin(String min)
min - the min to setpublic StyleGenerationRequest.ClusterScaleType getClusterScaleType()
public void setClusterScaleType(StyleGenerationRequest.ClusterScaleType clusterScaleType)
clusterScaleType - the clusterScaleType to setCopyright © 2015. All Rights Reserved.