Package jcckit.graphic
Interface GraphicAttributes
-
- All Known Subinterfaces:
FillAttributes,LineAttributes,TextAttributes
- All Known Implementing Classes:
BasicGraphicAttributes,ShapeAttributes
public interface GraphicAttributesMarker interface for all types of graphic attributes of aBasicGraphicalElement. Graphic attributes are only hints forRenderershow 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.