|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.keridwen.modelling.mesh.inspector.app.Inspector
public class Inspector
Main class of the JFreeMesh Inspector runnable application.
Constructor Summary | |
---|---|
Inspector()
Main constructor of the Inspector is graphical mode. |
Method Summary | |
---|---|
String |
getAnalyserName()
|
Controller |
getControler()
|
String |
getFileIn()
|
String |
getFileOut()
|
InspectorGUI |
getGui()
|
int |
getQualityType()
|
void |
initCassandraPanel(Container mainContainer)
Initialise the Cassandra panel in the context of the container given in argument. |
boolean |
isVtkExportFlag()
|
JPanel |
loadCassandra()
try to load the Cassandra module, if possible, i.e if the Cassandra's context is true, the Cassandr's jar are in the class path and the VTK's context is true. |
static void |
main(String[] args)
Main exectable. |
void |
run()
|
void |
setAnalyserName(String analyserName)
|
void |
setCassandraPlugInsPath(String path)
|
void |
setControler(Controller controler)
|
void |
setDefaultCassandraPlugInsPath()
|
void |
setFileIn(String fileIn)
|
void |
setFileOut(String fileOut)
|
void |
setGui(InspectorGUI gui)
|
void |
setQualityType(int qualityType)
|
void |
setVtkExportFlag(boolean vtkExportFlag)
Set the VTK context is active (true) or not (false). |
static void |
showHelp()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Inspector()
Method Detail |
---|
public Controller getControler()
public void setControler(Controller controler)
public void initCassandraPanel(Container mainContainer)
mainContainer
- - Swing container in whih one the Cassandra panel will be deployed.public void run()
public boolean isVtkExportFlag()
public void setVtkExportFlag(boolean vtkExportFlag)
vtkExportFlag
- - VTK context active if true or not otherwise.public int getQualityType()
public void setQualityType(int qualityType)
public String getFileIn()
public void setFileIn(String fileIn)
public String getFileOut()
public void setFileOut(String fileOut)
public String getAnalyserName()
public void setAnalyserName(String analyserName)
public InspectorGUI getGui()
public void setGui(InspectorGUI gui)
public void setDefaultCassandraPlugInsPath()
public void setCassandraPlugInsPath(String path)
public static void main(String[] args) throws Exception
args
-
Exception
public JPanel loadCassandra()
public static void showHelp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |