Class AbstractStyleableMapAccessor<T>

java.lang.Object
org.jhotdraw8.draw.key.AbstractStyleableMapAccessor<T>
Type Parameters:
T - the value type
All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<T>, WritableStyleableMapAccessor<T>, CompositeMapAccessor<T>, MapAccessor<T>
Direct Known Subclasses:
BoundingBoxStyleableMapAccessor, CssInsetsStyleableMapAccessor, CssPoint2DStyleableMapAccessor, CssRectangle2DStyleableMapAccessor, FontStyleableMapAccessor, InsetsStyleableMapAccessor, NullableCssRectangle2DStyleableMapAccessor, PaperSizeStyleableMapAccessor, Point2DStyleableMapAccessor, Point3DStyleableMapAccessor, Rectangle2DStyleableMapAccessor, Scale2DStyleableMapAccessor, Scale3DStyleableMapAccessor, StrokeStyleableMapAccessor, SymmetricCssPoint2DStyleableMapAccessor

public abstract class AbstractStyleableMapAccessor<T> extends Object implements WritableStyleableMapAccessor<T>, CompositeMapAccessor<T>
AbstractStyleableMapAccessor.
Author:
Werner Randelshofer