|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicAttributes | |
jcckit.graphic | Classes for representing a plot or a chart in device independent coordinates. |
jcckit.plot | Classes for generating plots and charts. |
Uses of GraphicAttributes in jcckit.graphic |
Subinterfaces of GraphicAttributes in jcckit.graphic | |
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 | |
class |
BasicGraphicAttributes
The basic attributes of any BasicGraphicalElement . |
class |
ShapeAttributes
Basic attributes for shapes. |
Methods in jcckit.graphic that return GraphicAttributes | |
GraphicAttributes |
BasicGraphicalElement.getGraphicAttributes()
Returns the drawing attributes. |
Constructors in jcckit.graphic with parameters of type GraphicAttributes | |
BasicGraphicalElement(GraphicAttributes attributes)
Creates an instance with the specified drawing attributes. |
|
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,
java.lang.String text,
GraphicAttributes attributes)
Creates an instance with the specified parameters. |
|
Oval(GraphPoint center,
double width,
double height,
GraphicAttributes attributes)
Creates a new instance. |
Uses of GraphicAttributes in jcckit.plot |
Fields in jcckit.plot declared as GraphicAttributes | |
protected GraphicAttributes |
AbstractSymbolFactory._attributes
Attributes of all symbols. |
Methods in jcckit.plot that return GraphicAttributes | |
GraphicAttributes |
ShapeAttributesHint.getAttributes()
Returns the wrapped ShapeAttributes instance. |
GraphicAttributes |
AttributesHint.getAttributes()
Returns the attributes value. |
Methods in jcckit.plot with parameters of type GraphicAttributes | |
protected GraphicalElement |
SquareSymbolFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Creates a Rectangle . |
GraphicalElement |
Legend.createSymbol(int curveIndex,
int numberOfCurves,
SymbolFactory factory,
boolean withLine,
GraphicAttributes lineAttributes)
Creates the symbol part of a legend symbol. |
protected GraphicalElement |
CircleSymbolFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Creates a circle. |
protected Symbol |
AbstractSymbolFactory.createSymbol(GraphPoint point,
GraphicAttributes attributes,
Hint hintForNextPoint,
Hint hintFromPreviousCurve)
Creates a symbol. |
protected abstract GraphicalElement |
AbstractSymbolFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Creates the graphical element of the plain symbol. |
protected Symbol |
BarFactory.createSymbol(GraphPoint point,
GraphicAttributes attributes,
Hint hintForNextPoint,
Hint hintFromPreviousCurve)
Creates a bar at the specified point. |
protected GraphicalElement |
BarFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Returns null because this method isn't needed but has to be implemented. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |