|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CadObject | |
---|---|
interfaces | |
modeller | |
modeller.objects | |
modeller.toolBars | |
modeller.tools |
Uses of CadObject in interfaces |
---|
Classes in interfaces that implement CadObject | |
---|---|
class |
Layer
|
Methods in interfaces that return types with arguments of type CadObject | |
---|---|
java.util.Vector<CadObject> |
ExportImportObject.getFemObjects()
|
Method parameters in interfaces with type arguments of type CadObject | |
---|---|
void |
ExportImportObject.exportObjects(java.util.ArrayList<CadObject> cadObjects,
java.util.Vector<Layer> layers,
java.lang.String path)
|
void |
ExportImportObject.importObjects(java.util.ArrayList<CadObject> cadObjects,
java.util.Vector<Layer> layers,
java.io.File currentPath,
java.lang.String name,
java.lang.String path)
|
void |
Preview3D.setObjectData(java.util.ArrayList<CadObject> cadObjects,
java.util.Vector<Layer> layers)
|
void |
ExportImportObject.setObjectData(java.util.ArrayList<CadObject> cadObjects,
java.util.Vector<Layer> layers)
|
Uses of CadObject in modeller |
---|
Fields in modeller declared as CadObject | |
---|---|
CadObject |
ModellerStack.currentCadObject
|
private CadObject |
DrawPanel.swapFemObject
|
Fields in modeller with type parameters of type CadObject | |
---|---|
java.util.ArrayList<CadObject> |
ModellerStack.cadObjects
|
Methods in modeller that return CadObject | |
---|---|
CadObject |
ModellerStack.getCurrentCadObject()
|
Methods in modeller with parameters of type CadObject | |
---|---|
private void |
DrawPanel.paintingObject(java.awt.Graphics2D g2,
CadObject swapCadObject,
int selectedObjectIndex)
Paints the FemObject, that is selected |
void |
ModellerStack.setCurrentCadObject(CadObject currentFemObject)
|
Uses of CadObject in modeller.objects |
---|
Fields in modeller.objects declared as CadObject | |
---|---|
private CadObject |
ObjectsPropertiesPanel.cadObject
|
Methods in modeller.objects that return CadObject | |
---|---|
CadObject |
ObjectsPropertiesPanel.getFemObject()
|
Methods in modeller.objects with parameters of type CadObject | |
---|---|
void |
ObjectsPropertiesPanel.updateObjectList(CadObject cadObject,
boolean bool)
|
Uses of CadObject in modeller.toolBars |
---|
Methods in modeller.toolBars with parameters of type CadObject | |
---|---|
private void |
GeometricsBar.initNewFemObject(CadObject obj)
Initializing a new FemObject and setting the LayerID |
Uses of CadObject in modeller.tools |
---|
Methods in modeller.tools that return CadObject | |
---|---|
CadObject |
ImportUrlClass.importClass(java.lang.String name,
java.lang.String path,
int importTyp)
getFemObject - getting an instance of FemObject by name |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |