Uses of Interface
com.bc.ceres.swing.figure.Symbol
Packages that use Symbol
-
Uses of Symbol in com.bc.ceres.swing.figure
Methods in com.bc.ceres.swing.figure that return Symbol -
Uses of Symbol in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement SymbolModifier and TypeClassDescriptionclass
A symbol that uses an icon image.class
A symbol with a (well-known) name.class
A symetric point symbol that has its reference point in its center.class
A point symbol that is represented by a Java AWT shape geometry.Methods in com.bc.ceres.swing.figure.support that return SymbolMethods in com.bc.ceres.swing.figure.support with parameters of type SymbolModifier and TypeMethodDescriptionstatic 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