public class NetworkParameters extends EffectParameters
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAM_COLOR_BACKGROUND_COLOR
KEY for the color parameter: background color
|
static java.lang.String |
PARAM_COLOR_LINE_COLOR
KEY for the color parameter: line color
|
static java.lang.String |
PARAM_COLOR_POINT_COLOR1
KEY for the color parameter: point color 1
|
static java.lang.String |
PARAM_COLOR_POINT_COLOR2
KEY for the color parameter: point color 2
|
static java.lang.String |
PARAM_COLOR_POINT_COLOR3
KEY for the color parameter: point color 3
|
static java.lang.String |
PARAM_COLOR_POINT_COLOR4
KEY for the color parameter: point color 4
|
static java.lang.String |
PARAM_DOUBLE_POINT_CHECK_PERCENTAGE
KEY for the double parameter: Point check percentage
|
static java.lang.String |
PARAM_INT_HEIGHT
KEY for the integer parameter: height
|
static java.lang.String |
PARAM_INT_MAX_CONNECTION_NUM
KEY for the integer parameter: maximum number of starting connections per point
|
static java.lang.String |
PARAM_INT_MAX_POINT_DRAWING_SIZE
KEY for the integer parameter: maximum size of the points
|
static java.lang.String |
PARAM_INT_POINT_INTEND
KEY for the integer parameter: point intend
|
static java.lang.String |
PARAM_INT_POINT_NUM
KEY for the integer parameter: number of points
|
static java.lang.String |
PARAM_INT_WIDTH
KEY for the integer parameter: width
|
Constructor and Description |
---|
NetworkParameters()
Creates a default parameter set for the Network effect.
|
getBooleanParameterNames, getBooleanParameterValue, getColorParameterNames, getColorParameterValue, getDoubleParameterNames, getDoubleParameterValue, getIntegerParameterNames, getIntegerParameterValue, getObjectParameterNames, getObjectParameterValue, getProtectedIntegerParameterValue, getProtectedObjectParameterValue, setBooleanParameters, setBooleanParameterValue, setColorParameters, setColorParameterValue, setDoubleParameters, setDoubleParameterValue, setIntegerParameters, setIntegerParameterValue, setObjectParameters, setObjectParameterValue, setParameterValue, setProtectedIntegerParameters, setProtectedIntegerParameterValue, setProtectedObjectParameters, setProtectedObjectParameterValue
public static final java.lang.String PARAM_INT_POINT_NUM
public static final java.lang.String PARAM_INT_MAX_CONNECTION_NUM
public static final java.lang.String PARAM_INT_MAX_POINT_DRAWING_SIZE
public static final java.lang.String PARAM_INT_WIDTH
public static final java.lang.String PARAM_INT_HEIGHT
public static final java.lang.String PARAM_INT_POINT_INTEND
public static final java.lang.String PARAM_DOUBLE_POINT_CHECK_PERCENTAGE
public static final java.lang.String PARAM_COLOR_LINE_COLOR
public static final java.lang.String PARAM_COLOR_BACKGROUND_COLOR
public static final java.lang.String PARAM_COLOR_POINT_COLOR1
public static final java.lang.String PARAM_COLOR_POINT_COLOR2
public static final java.lang.String PARAM_COLOR_POINT_COLOR3
public static final java.lang.String PARAM_COLOR_POINT_COLOR4
public NetworkParameters()