Uses of Interface
jcckit.graphic.GraphicAttributes
Packages that use GraphicAttributes
-
Uses of GraphicAttributes in jcckit.graphic
Subinterfaces of GraphicAttributes in jcckit.graphicModifier and TypeInterfaceDescriptioninterfaceInterface for fill attributes.interfaceInterface for line attributes.interfaceInterface for text attributes.Classes in jcckit.graphic that implement GraphicAttributesModifier and TypeClassDescriptionclassThe basic attributes of anyBasicGraphicalElement.classBasic 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 GraphicAttributesAbstractSymbolFactory._attributesAttributes of all symbols.Methods in jcckit.plot that return GraphicAttributesModifier and TypeMethodDescriptionAttributesHint.getAttributes()Returns the attributes value.ShapeAttributesHint.getAttributes()Returns the wrappedShapeAttributesinstance.Methods in jcckit.plot with parameters of type GraphicAttributesModifier and TypeMethodDescriptionprotected abstract GraphicalElementAbstractSymbolFactory.createPlainSymbol(GraphPoint centerPosition, double size, GraphicAttributes attributes) Creates the graphical element of the plain symbol.protected GraphicalElementBarFactory.createPlainSymbol(GraphPoint centerPosition, double size, GraphicAttributes attributes) Returns null because this method isn't needed but has to be implemented.protected GraphicalElementCircleSymbolFactory.createPlainSymbol(GraphPoint centerPosition, double size, GraphicAttributes attributes) Creates a circle.protected GraphicalElementSquareSymbolFactory.createPlainSymbol(GraphPoint centerPosition, double size, GraphicAttributes attributes) Creates aRectangle.protected SymbolAbstractSymbolFactory.createSymbol(GraphPoint point, GraphicAttributes attributes, Hint hintForNextPoint, Hint hintFromPreviousCurve) Creates a symbol.protected SymbolBarFactory.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.