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 |
|---|---|
String |
getAttributeName() |
static StyleGenerationRequest |
getBiodiversityStyle(int min,
int max,
StyleGenerationRequest.ClusterScaleType type,
String mapName) |
Color |
getC1() |
Color |
getC2() |
StyleGenerationRequest.ClusterScaleType |
getClusterScaleType() |
static String |
getDefaultDistributionStyle() |
String |
getMax() |
String |
getMin() |
String |
getNameStyle() |
int |
getNClasses() |
Class |
getTypeValue() |
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 classes) |
void |
setTypeValue(Class typeValue) |
public static String getDefaultDistributionStyle() throws Exception
Exceptionpublic static StyleGenerationRequest getBiodiversityStyle(int min, int max, StyleGenerationRequest.ClusterScaleType type, String mapName)
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 classes)
classes - 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 void setClusterScaleType(StyleGenerationRequest.ClusterScaleType clusterScaleType)
public StyleGenerationRequest.ClusterScaleType getClusterScaleType()
Copyright © 2016. All Rights Reserved.