com.davisor.graphics
Interface AnnotatedShape

All Superinterfaces:
com.davisor.core.Annotated, java.awt.Shape
All Known Subinterfaces:
AnnotatedSerializableShape
All Known Implementing Classes:
IndirectAnnotatedSerializableShape, IndirectAnnotatedShape

public interface AnnotatedShape
extends com.davisor.core.Annotated, java.awt.Shape

AnnotatedShape assosiates user specified annotation attributes to a Shape. Areas filled with annotated shapes on AnnotatedGraphics2D contextes will be logged. These shapes can later be iterated to form clickable image maps and other similar constructions.

Annotation attribute names and values are expressed as strings.

Since:
JDK1.3
See Also:
AnnotatedGraphics2D, AnnotatedGraphics2D.fill(java.awt.Shape), AnnotatedPaint

Methods inherited from interface com.davisor.core.Annotated
getAddress, getChannelIndex, getContextIndex, getDescription, getElementIndex, getID, getProperties, getProperty, getTarget
 
Methods inherited from interface java.awt.Shape
contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, intersects, intersects
 



Copyright © 2001-2004 Davisor Oy. All Rights Reserved.