Uses of Interface
com.bc.ceres.swing.figure.Symbol
-
Packages that use Symbol Package Description com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support -
-
Uses of Symbol in com.bc.ceres.swing.figure
Methods in com.bc.ceres.swing.figure that return Symbol Modifier and Type Method Description Symbol
AbstractPointFigure. getSymbol()
Gets the symbol used for the current state of the figure.Symbol
FigureStyle. getSymbol()
Gets the effective point symbol used for drawing of points figures.Symbol
PointFigure. getSymbol()
-
Uses of Symbol in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement Symbol Modifier and Type Class Description class
ImageSymbol
A symbol that uses an icon image.class
NamedSymbol
A symbol with a (well-known) name.class
PointSymbol
A symetric point symbol that has its reference point in its center.class
ShapeSymbol
A point symbol that is represented by a Java AWT shape geometry.Methods in com.bc.ceres.swing.figure.support that return Symbol Modifier and Type Method Description Symbol
DefaultFigureStyle. getSymbol()
Symbol
NamedSymbol. getSymbol()
Methods in com.bc.ceres.swing.figure.support with parameters of type Symbol Modifier and Type Method Description static FigureStyle
DefaultFigureStyle. createPointStyle(Symbol symbol)
static FigureStyle
DefaultFigureStyle. createPointStyle(Symbol symbol, Paint fillPaint, Paint strokePaint, Stroke stroke)
static FigureStyle
DefaultFigureStyle. createPointStyle(Symbol symbol, Paint strokePaint, Stroke stroke)
Constructors in com.bc.ceres.swing.figure.support with parameters of type Symbol Constructor Description NamedSymbol(String name, Symbol symbol)
-