Modifier and Type | Field and Description |
---|---|
protected AnnotationAttributes |
AbstractAnnotation.attributes |
Modifier and Type | Method and Description |
---|---|
AnnotationAttributes |
Annotation.getAttributes() |
AnnotationAttributes |
AbstractAnnotation.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
Annotation.setAttributes(AnnotationAttributes attrs) |
void |
AbstractAnnotation.setAttributes(AnnotationAttributes attributes) |
void |
AnnotationAttributes.setDefaults(AnnotationAttributes attr)
Set the fallback default attributes set.
|
Constructor and Description |
---|
GlobeAnnotation(String text,
Position position,
AnnotationAttributes defaults)
Creates a
GlobeAnnotation with the given text, at the given globe Position . |
ScreenAnnotation(String text,
Point position,
AnnotationAttributes defaults)
Creates a
ScreenAnnotation with the given text, at the given viewport position. |
Modifier and Type | Field and Description |
---|---|
protected AnnotationAttributes |
MeasureTool.annotationAttributes |
protected AnnotationAttributes |
MeasureTool.controlPointsAttributes |
protected AnnotationAttributes |
MeasureTool.controlPointWithLeaderAttributes |
Modifier and Type | Method and Description |
---|---|
AnnotationAttributes |
MeasureTool.getAnnotationAttributes()
Get the attributes associated with the tool tip annotation.
|
AnnotationAttributes |
MeasureTool.getControlPointsAttributes()
Get the attributes associated with the control points.
|
Constructor and Description |
---|
ControlPoint(Position position,
AnnotationAttributes attributes,
MeasureTool parent) |
ControlPointWithLeader(Position position,
AnnotationAttributes controlPointAttributes,
ShapeAttributes leaderAttributes,
MeasureTool parent) |
Modifier and Type | Method and Description |
---|---|
AnnotationAttributes |
SARAnnotationSupport.getDefaults()
Get the default attribute set used for all annotations.
|
Modifier and Type | Method and Description |
---|---|
protected AnnotationAttributes |
InfoPanelController.getAnnotationPanelAttributes(String annoText) |
Modifier and Type | Field and Description |
---|---|
protected AnnotationAttributes |
WWOMeasureDisplay.annotationAttributes |
protected AnnotationAttributes |
WWOMeasureToolControlPoints.controlPointAttributes |
Modifier and Type | Field and Description |
---|---|
protected AnnotationAttributes |
AbstractShapeEditor.annotationAttributes |
Modifier and Type | Method and Description |
---|---|
protected AnnotationAttributes |
AbstractShapeEditor.getAnnotationAttributes() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractShapeEditor.setAnnotationAttributes(AnnotationAttributes attributes) |
Modifier and Type | Method and Description |
---|---|
protected void |
DialogAnnotation.setupDefaultAttributes(AnnotationAttributes attributes) |