Package dataPlots.data
Class SimpleSymbolChooser
java.lang.Object
dataPlots.data.SimpleSymbolChooser
- All Implemented Interfaces:
TDSymbolChooser
-
Field Summary
Fields inherited from interface dataPlots.data.TDSymbolChooser
DRAW_LINES, DRAW_SYMBOLS, HIGHLIGHT_SYMBOL, HIGHLIGHT_SYMBOL_MARKED, NORMAL_SYMBOL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getPamSymbol
(PamDataUnit dataUnit, int type) void
setDrawTypes
(int drawTypes)
-
Constructor Details
-
SimpleSymbolChooser
public SimpleSymbolChooser()
-
-
Method Details
-
getPamSymbol
- Specified by:
getPamSymbol
in interfaceTDSymbolChooser
-
getDrawTypes
public int getDrawTypes()- Specified by:
getDrawTypes
in interfaceTDSymbolChooser
-
setDrawTypes
public void setDrawTypes(int drawTypes) - Parameters:
drawTypes
- the drawTypes to set, can be a combination of DRAW_LINES and DRAW_SYMBOLS
-