| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JaxoList | |
|---|---|
| net.sf.jaxodraw.graph | Graph related classes. | 
| net.sf.jaxodraw.object | Collection of objects that can be drawn by JaxoDraw. | 
| net.sf.jaxodraw.object.group | Group objects. | 
| Uses of JaxoList in net.sf.jaxodraw.graph | 
|---|
| Methods in net.sf.jaxodraw.graph that return JaxoList | |
|---|---|
static JaxoList<JaxoObject> | 
JaxoGraph.copyFrom(JaxoList<JaxoObject> v)
Returns a copy of the specified JaxoList.  | 
 JaxoList<JaxoObject> | 
JaxoGraph.getCopyOfMarkedObjects()
Copies of the marked objects of the graph, in the order of the graph.  | 
 JaxoList<JaxoObject> | 
JaxoGraph.getMarkedObjects()
All marked objects of the graph, in the order of the graph.  | 
 JaxoList<JaxoObject> | 
JaxoGraph.getObjectList()
Returns the list of JaxoObjects.  | 
 JaxoList<JaxoObject> | 
JaxoSaveGraph.getObjectList()
Returns the JaxoList holding the list of JaxoObjects.  | 
| Methods in net.sf.jaxodraw.graph with parameters of type JaxoList | |
|---|---|
static JaxoList<JaxoObject> | 
JaxoGraph.copyFrom(JaxoList<JaxoObject> v)
Returns a copy of the specified JaxoList.  | 
 void | 
JaxoGraph.setObjectList(JaxoList<JaxoObject> list)
Sets the list of objects of this JaxoGraph to list and flags the JaxoGraph as not saved.  | 
 void | 
JaxoSaveGraph.setObjectList(JaxoList<JaxoObject> list)
Sets the list of JaxoObjects of this JaxoSaveGraph to list.  | 
| Constructors in net.sf.jaxodraw.graph with parameters of type JaxoList | |
|---|---|
JaxoGraph(JaxoList<JaxoObject> list)
Creates a new JaxoGraph with the given list of objects, empty description and empty saveFileName.  | 
|
JaxoGraph(JaxoList<JaxoObject> list,
          String describe)
Creates a new JaxoGraph with the given list of objects and description and empty saveFileName.  | 
|
JaxoGraph(JaxoList<JaxoObject> list,
          String describe,
          String saveFile)
Creates a new JaxoGraph with the given list of objects, description and saveFileName.  | 
|
JaxoSaveGraph(JaxoList<JaxoObject> list)
Creates a new JaxoSaveGraph with the given list of JaxoObjects empty description and default package list.  | 
|
JaxoSaveGraph(JaxoList<JaxoObject> list,
              String describe)
Creates a new JaxoSaveGraph with the given list of objects, description and default package list.  | 
|
JaxoSaveGraph(JaxoList<JaxoObject> list,
              String describe,
              List<String> packages)
Creates a new JaxoSaveGraph with the given list of objects, description and package list.  | 
|
| Uses of JaxoList in net.sf.jaxodraw.object | 
|---|
| Classes in net.sf.jaxodraw.object that implement JaxoList | |
|---|---|
 class | 
JaxoObjectList<E extends JaxoObject>
Implementation of JaxoList.  | 
| Methods in net.sf.jaxodraw.object that return JaxoList | |
|---|---|
 JaxoList<E> | 
JaxoObjectList.copyOf()
Returns a copy of this JaxoList, i.e., a new JaxoList with copies of equal JaxoObjects at equal positions.  | 
 JaxoList<E> | 
JaxoList.copyOf()
Returns a copy of this JaxoList, i.e., a new JaxoList with copies of equal JaxoObjects at equal positions.  | 
| Methods in net.sf.jaxodraw.object with parameters of type JaxoList | |
|---|---|
 boolean | 
JaxoObjectList.isCopy(JaxoList<E> list)
Determines if this JaxoList is a copy of the specified one.  | 
 boolean | 
JaxoList.isCopy(JaxoList<E> list)
Determines if this JaxoList is a copy of the specified one.  | 
| Uses of JaxoList in net.sf.jaxodraw.object.group | 
|---|
| Methods in net.sf.jaxodraw.object.group that return JaxoList | |
|---|---|
 JaxoList<JaxoObject> | 
JaxoGroup.getObjectList()
Returns the JaxoObjects in this group.  | 
| Methods in net.sf.jaxodraw.object.group with parameters of type JaxoList | |
|---|---|
 void | 
JaxoGroup.setObjectList(JaxoList<JaxoObject> obList)
Sets the JaxoObjects of this group.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||