|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.iv.graphdrawing.VisualizationLoader
public class VisualizationLoader
Method Summary | |
---|---|
static Visualization |
load(java.lang.String classString,
java.lang.String jarFile)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Visualization load(java.lang.String classString, java.lang.String jarFile) throws java.lang.ClassNotFoundException, java.lang.ClassCastException, java.lang.IllegalAccessException, java.lang.InstantiationException
classString
- jarFile
-
java.lang.ClassNotFoundException
- - if the class cannot be located
java.lang.ClassCastException
- - if the class is not derived from de.aitools.visualization.Visualization
java.lang.IllegalAccessException
- - if the class or its nullary constructor is not accessible.
java.lang.InstantiationException
- - if this Class represents an abstract class, an interface, an array class, a primitive type, or void; or if the class has no nullary constructor; or if the instantiation fails for some other reason.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |