Package oms3.ngmf.ui.graph
Interface ValueSet
-
- All Known Implementing Classes:
Axis
public interface ValueSet- Author:
- od
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Double[]getDoubles(File file, String simName)StringgetName()booleanisLine()booleanisShape()
-
-
-
Method Detail
-
getDoubles
Double[] getDoubles(File file, String simName) throws IOException
- Throws:
IOException
-
getName
String getName()
-
isLine
boolean isLine()
-
isShape
boolean isShape()
-
-