Package it.tidalwave.image.metadata
Class WangAnnotations.Internal
- java.lang.Object
-
- it.tidalwave.image.metadata.WangAnnotations.Internal
-
- Direct Known Subclasses:
WangAnnotations.OiAnText
,WangAnnotations.OiHilite
- Enclosing class:
- WangAnnotations
public abstract static class WangAnnotations.Internal extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected WangAnnotations.Attributes
attributes
-
Constructor Summary
Constructors Constructor Description Internal(WangAnnotations.Attributes attributes)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
render(EditableImage image)
-
-
-
Field Detail
-
attributes
protected final WangAnnotations.Attributes attributes
-
-
Constructor Detail
-
Internal
public Internal(WangAnnotations.Attributes attributes)
-
-
Method Detail
-
render
public abstract void render(EditableImage image)
-
-