Uses of Enum Class
cnuphys.splot.style.SymbolType
Packages that use SymbolType
- 
Uses of SymbolType in cnuphys.splot.styleFields in cnuphys.splot.style with type parameters of type SymbolTypeModifier and TypeFieldDescriptionstatic EnumMap<SymbolType,String> SymbolType.namesA 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 SymbolTypeReturns the enum value from the name.static SymbolTypeReturns 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 voidSymbolDraw.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 EnumComboBoxSymbolType.getComboBox(SymbolType defaultChoice) Obtain a combo box of choices.voidIStyled.setSymbolType(SymbolType symbolType) Set the symbol used for drawing points.voidStyled.setSymbolType(SymbolType symbolType) Set the symbol typeConstructors in cnuphys.splot.style with parameters of type SymbolType