Uses of Interface
jcckit.graphic.GraphicAttributes
-
Uses of GraphicAttributes in jcckit.graphic
Modifier and TypeInterfaceDescriptioninterface
Interface for fill attributes.interface
Interface for line attributes.interface
Interface for text attributes.Modifier and TypeClassDescriptionclass
The basic attributes of anyBasicGraphicalElement
.class
Basic attributes for shapes.Modifier and TypeMethodDescriptionBasicGraphicalElement.getGraphicAttributes()
Returns the drawing attributes.ModifierConstructorDescriptionBasicGraphicalElement
(GraphicAttributes attributes) Creates an instance with the specified drawing attributes.Oval
(GraphPoint center, double width, double height, GraphicAttributes attributes) Creates a new instance.Polygon
(GraphicAttributes attributes, boolean closed) Creates an instance of the specified graphic attributes.Rectangle
(GraphPoint center, double width, double height, GraphicAttributes attributes) Creates a new instance.Text
(GraphPoint position, String text, GraphicAttributes attributes) Creates an instance with the specified parameters. -
Uses of GraphicAttributes in jcckit.plot
Modifier and TypeFieldDescriptionprotected final GraphicAttributes
AbstractSymbolFactory._attributes
Attributes of all symbols.Modifier and TypeMethodDescriptionAttributesHint.getAttributes()
Returns the attributes value.ShapeAttributesHint.getAttributes()
Returns the wrappedShapeAttributes
instance.Modifier and TypeMethodDescriptionprotected abstract GraphicalElement
AbstractSymbolFactory.createPlainSymbol
(GraphPoint centerPosition, double size, GraphicAttributes attributes) Creates the graphical element of the plain symbol.protected GraphicalElement
BarFactory.createPlainSymbol
(GraphPoint centerPosition, double size, GraphicAttributes attributes) Returns null because this method isn't needed but has to be implemented.protected GraphicalElement
CircleSymbolFactory.createPlainSymbol
(GraphPoint centerPosition, double size, GraphicAttributes attributes) Creates a circle.protected GraphicalElement
SquareSymbolFactory.createPlainSymbol
(GraphPoint centerPosition, double size, GraphicAttributes attributes) Creates aRectangle
.protected Symbol
AbstractSymbolFactory.createSymbol
(GraphPoint point, GraphicAttributes attributes, Hint hintForNextPoint, Hint hintFromPreviousCurve) Creates a symbol.protected Symbol
BarFactory.createSymbol
(GraphPoint point, GraphicAttributes attributes, Hint hintForNextPoint, Hint hintFromPreviousCurve) Creates a bar at the specified point.Legend.createSymbol
(int curveIndex, int numberOfCurves, SymbolFactory factory, boolean withLine, GraphicAttributes lineAttributes) Creates the symbol part of a legend symbol.