visad.bom.annotations
Interface ScreenAnnotation
-
- All Known Implementing Classes:
- ImageJ3D, JLabelJ3D, LabelJ3D, LineJ3D, PointJ3D, QuadrilateralJ3D, TriangleJ3D
public interface ScreenAnnotationThis ensures that all objects being used for annotations onto a VisAD display have the method toDrawable() as required forScreenAnnotator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.ObjecttoDrawable(DisplayImpl display)Make the Object into aShape3D.
-
-
-
Method Detail
-
toDrawable
java.lang.Object toDrawable(DisplayImpl display) throws VisADException
Make the Object into aShape3D.- Parameters:
display- the VisAD display for this Annotation.- Returns:
- the
ScreenAnnotationas an object which can be drawn. - Throws:
VisADException- there's a problem with VisAD.
-
-
DMelt 3.0 © DataMelt by jWork.ORG