Uses of Interface
jcckit.graphic.GraphicAttributes
-
Packages that use GraphicAttributes Package Description jcckit.graphic jcckit.plot -
-
Uses of GraphicAttributes in jcckit.graphic
Subinterfaces of GraphicAttributes in jcckit.graphic Modifier and Type Interface Description interface
FillAttributes
Interface for fill attributes.interface
LineAttributes
Interface for line attributes.interface
TextAttributes
Interface for text attributes.Classes in jcckit.graphic that implement GraphicAttributes Modifier and Type Class Description class
BasicGraphicAttributes
The basic attributes of anyBasicGraphicalElement
.class
ShapeAttributes
Basic attributes for shapes.Methods in jcckit.graphic that return GraphicAttributes Modifier and Type Method Description GraphicAttributes
BasicGraphicalElement. getGraphicAttributes()
Returns the drawing attributes.Constructors in jcckit.graphic with parameters of type GraphicAttributes Constructor Description BasicGraphicalElement(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 GraphicAttributes Modifier and Type Field Description protected GraphicAttributes
AbstractSymbolFactory. _attributes
Attributes of all symbols.Methods in jcckit.plot that return GraphicAttributes Modifier and Type Method Description GraphicAttributes
AttributesHint. getAttributes()
Returns the attributes value.GraphicAttributes
ShapeAttributesHint. getAttributes()
Returns the wrappedShapeAttributes
instance.Methods in jcckit.plot with parameters of type GraphicAttributes Modifier and Type Method Description protected 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.GraphicalElement
Legend. createSymbol(int curveIndex, int numberOfCurves, SymbolFactory factory, boolean withLine, GraphicAttributes lineAttributes)
Creates the symbol part of a legend symbol.
-