Modifier and Type | Method and Description |
---|---|
JsEnumValueArrayList<PointStyle> |
BubbleDataset.getPointStyle()
Returns the style of the point.
|
Modifier and Type | Method and Description |
---|---|
void |
BubbleDataset.setPointStyle(PointStyle... pointStyle)
Sets the style of the point.
|
Modifier and Type | Method and Description |
---|---|
PointStyle |
Point.getPointStyle()
Returns the style of the point.
|
Modifier and Type | Method and Description |
---|---|
void |
Point.setPointStyle(PointStyle pointStyle)
Sets the style of the point.
|
Modifier and Type | Method and Description |
---|---|
static PointStyle |
PointStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PointStyle[] |
PointStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PointStyle> |
LegendItem.getPointStyle()
Returns the style of the legend box (only used if usePointStyle is true)
|
java.util.List<PointStyle> |
DatasetViewItem.getPointStyle()
Returns the style of the legend box (only used if usePointStyle is true)
|
Modifier and Type | Method and Description |
---|---|
void |
LegendLabelItem.setPointStyle(PointStyle style)
Sets the style of the legend box (only used if usePointStyle is true)
|
Modifier and Type | Method and Description |
---|---|
PointStyle |
Point.getPointStyle()
Returns the style of the point.
|
Modifier and Type | Method and Description |
---|---|
void |
Point.setPointStyle(PointStyle pointStyle)
Sets the style of the point.
|