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 SymbolAbstractPointFigure. getSymbol()Gets the symbol used for the current state of the figure.SymbolFigureStyle. getSymbol()Gets the effective point symbol used for drawing of points figures.SymbolPointFigure. 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 classImageSymbolA symbol that uses an icon image.classNamedSymbolA symbol with a (well-known) name.classPointSymbolA symetric point symbol that has its reference point in its center.classShapeSymbolA 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 SymbolDefaultFigureStyle. getSymbol()SymbolNamedSymbol. getSymbol()Methods in com.bc.ceres.swing.figure.support with parameters of type Symbol Modifier and Type Method Description static FigureStyleDefaultFigureStyle. createPointStyle(Symbol symbol)static FigureStyleDefaultFigureStyle. createPointStyle(Symbol symbol, Paint fillPaint, Paint strokePaint, Stroke stroke)static FigureStyleDefaultFigureStyle. 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)
-