Uses of Interface
jcckit.graphic.GraphicAttributes
Packages that use GraphicAttributes
-
Uses of GraphicAttributes in jcckit.graphic
Subinterfaces of GraphicAttributes in jcckit.graphicModifier and TypeInterfaceDescriptioninterface
Interface for fill attributes.interface
Interface for line attributes.interface
Interface for text attributes.Classes in jcckit.graphic that implement GraphicAttributesModifier and TypeClassDescriptionclass
The basic attributes of anyBasicGraphicalElement
.class
Basic attributes for shapes.Methods in jcckit.graphic that return GraphicAttributesModifier and TypeMethodDescriptionBasicGraphicalElement.getGraphicAttributes()
Returns the drawing attributes.Constructors in jcckit.graphic with parameters of type GraphicAttributesModifierConstructorDescriptionBasicGraphicalElement
(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
Fields in jcckit.plot declared as GraphicAttributesModifier and TypeFieldDescriptionprotected final GraphicAttributes
AbstractSymbolFactory._attributes
Attributes of all symbols.Methods in jcckit.plot that return GraphicAttributesModifier and TypeMethodDescriptionAttributesHint.getAttributes()
Returns the attributes value.ShapeAttributesHint.getAttributes()
Returns the wrappedShapeAttributes
instance.Methods in jcckit.plot with parameters of type GraphicAttributesModifier 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.