Uses of Enum Class
cnuphys.splot.style.SymbolType
Packages that use SymbolType
-
Uses of SymbolType in cnuphys.splot.style
Fields in cnuphys.splot.style with type parameters of type SymbolTypeModifier and TypeFieldDescriptionstatic EnumMap<SymbolType,
String> SymbolType.names
A map for the names of the symbolsMethods in cnuphys.splot.style that return SymbolTypeModifier and TypeMethodDescriptionIStyled.getSymbolType()
Get the symbol used for drawing points.Styled.getSymbolType()
static SymbolType
Returns the enum value from the name.static SymbolType
Returns the enum constant of this class with the specified name.static SymbolType[]
SymbolType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cnuphys.splot.style with parameters of type SymbolTypeModifier and TypeMethodDescriptionstatic void
SymbolDraw.drawSymbol
(Graphics g, int x, int y, SymbolType symbol, int symbolSize, Color lineColor, Color fillColor) Draws the appropriate symbol at the provided screen location.static EnumComboBox
SymbolType.getComboBox
(SymbolType defaultChoice) Obtain a combo box of choices.void
IStyled.setSymbolType
(SymbolType symbolType) Set the symbol used for drawing points.void
Styled.setSymbolType
(SymbolType symbolType) Set the symbol typeConstructors in cnuphys.splot.style with parameters of type SymbolType