Package | Description |
---|---|
com.emxsys.chart.extension |
Modifier and Type | Method and Description |
---|---|
static XYAnnotations.Layer |
XYAnnotations.Layer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XYAnnotations.Layer[] |
XYAnnotations.Layer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XYAnnotations.add(XYAnnotation annotation,
XYAnnotations.Layer layer)
Adds an annotation to the specified layer.
|
void |
XYAnnotations.clearAnnotations(XYAnnotations.Layer layer)
Clears all the annotations from the specified layer.
|
void |
XYAnnotations.clearFieldAnnotations(XYAnnotations.Layer layer)
Clears all field annotations from the specified layer.
|
void |
XYAnnotations.clearImageAnnotations(XYAnnotations.Layer layer)
Clears all image annotations from the specified layer.
|
void |
XYAnnotations.clearLineAnnotations(XYAnnotations.Layer layer)
Clears all line annotations from the specified layer.
|
void |
XYAnnotations.clearPolygonAnnotations(XYAnnotations.Layer layer)
Clears all polygon annotations from the specified layer.
|
void |
XYAnnotations.clearTextAnnotations(XYAnnotations.Layer layer)
Clears all text annotations from the specified layer.
|
void |
XYAnnotations.remove(XYAnnotation annotation,
XYAnnotations.Layer layer)
Removes the given annotation from the specified layer.
|
Copyright © 2016 Emxsys. All rights reserved.