Interface GraphicAttributes

  • All Known Subinterfaces:
    FillAttributes, LineAttributes, TextAttributes
    All Known Implementing Classes:
    BasicGraphicAttributes, ShapeAttributes

    public interface GraphicAttributes
    Marker interface for all types of graphic attributes of a BasicGraphicalElement. Graphic attributes are only hints for Renderers how to render a BasicGraphicalElement. Whether they are used and how they are interpreted depends on the concrete Renderer.

    This is only a marker interface. There are several subinterfaces specifying various attributes grouped by the type of element to be rendered.

    Author:
    Franz-Josef Elmer