public class AnnotationConfigPage
extends java.lang.Object
Constructor and Description |
---|
AnnotationConfigPage(IXYGraph xyGraph,
Annotation annotation)
Construct the annotation configuration page for a graph with a given
annotation
|
Modifier and Type | Method and Description |
---|---|
void |
applyChanges() |
void |
createPage(org.eclipse.swt.widgets.Composite composite) |
Annotation |
getAnnotation() |
org.eclipse.swt.widgets.Composite |
getComposite() |
void |
setAnnotation(Annotation annotation) |
public AnnotationConfigPage(IXYGraph xyGraph, Annotation annotation)
xyGraph
- graph where the annotation isannotation
- annotation for which the configuration page is madepublic void createPage(org.eclipse.swt.widgets.Composite composite)
public org.eclipse.swt.widgets.Composite getComposite()
public void applyChanges()
public Annotation getAnnotation()
public void setAnnotation(Annotation annotation)
annotation
- the annotation to set