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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintgetPamSymbol(PamDataUnit dataUnit, int type) voidsetDrawTypes(int drawTypes)  
- 
Constructor Details
- 
SimpleSymbolChooser
public SimpleSymbolChooser() 
 - 
 - 
Method Details
- 
getPamSymbol
- Specified by:
 getPamSymbolin interfaceTDSymbolChooser
 - 
getDrawTypes
public int getDrawTypes()- Specified by:
 getDrawTypesin interfaceTDSymbolChooser
 - 
setDrawTypes
public void setDrawTypes(int drawTypes) - Parameters:
 drawTypes- the drawTypes to set, can be a combination of DRAW_LINES and DRAW_SYMBOLS
 
 -