|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LinkDirectionEnum in it.polito.elite.visualization.ontoviewer.enums |
---|
Methods in it.polito.elite.visualization.ontoviewer.enums that return LinkDirectionEnum | |
---|---|
static LinkDirectionEnum |
LinkDirectionEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LinkDirectionEnum[] |
LinkDirectionEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of LinkDirectionEnum in it.polito.elite.visualization.ontoviewer.models |
---|
Fields in it.polito.elite.visualization.ontoviewer.models declared as LinkDirectionEnum | |
---|---|
private LinkDirectionEnum |
RelationData.dir
|
Methods in it.polito.elite.visualization.ontoviewer.models that return LinkDirectionEnum | |
---|---|
LinkDirectionEnum |
RelationData.getDir()
|
Constructors in it.polito.elite.visualization.ontoviewer.models with parameters of type LinkDirectionEnum | |
---|---|
RelationData(java.lang.String relationName,
LinkDirectionEnum dir,
RelationType relType)
|
Uses of LinkDirectionEnum in it.polito.elite.visualization.ontoviewer.scenes3D |
---|
Fields in it.polito.elite.visualization.ontoviewer.scenes3D declared as LinkDirectionEnum | |
---|---|
private LinkDirectionEnum |
SceneDependencyTree6.dir
|
Methods in it.polito.elite.visualization.ontoviewer.scenes3D with parameters of type LinkDirectionEnum | |
---|---|
private void |
SceneFocusFacts5.drawLink(javax.media.j3d.TransformGroup tgx,
java.util.Hashtable<java.lang.String,java.util.HashSet<NodeTypeAbstraction>> relations,
LinkDirectionEnum direction,
float yValue)
|
private void |
SceneFocusConcept3.drawRelations(javax.media.j3d.TransformGroup tgx,
java.util.HashSet<RelationData> relations,
LinkDirectionEnum direction,
float yValue)
|
private void |
SceneFocusTree2.drawRelationsToNodeNotOnScreen(javax.media.j3d.TransformGroup tgx,
javax.vecmath.Vector3f center,
javax.vecmath.Vector3f center_father,
java.util.Hashtable<java.lang.String,java.util.HashSet<NodeTypeAbstraction>> relationsNotOnScreen,
float conceptSphereRadius,
LinkDirectionEnum dir)
|
Constructors in it.polito.elite.visualization.ontoviewer.scenes3D with parameters of type LinkDirectionEnum | |
---|---|
SceneDependencyTree6(Pane3DScene _mf,
java.lang.String uri,
java.lang.String relationUri,
LinkDirectionEnum dir)
|
Uses of LinkDirectionEnum in it.polito.elite.visualization.ontoviewer.tools |
---|
Fields in it.polito.elite.visualization.ontoviewer.tools declared as LinkDirectionEnum | |
---|---|
private LinkDirectionEnum |
Relation3DObject.relationDirection
|
Methods in it.polito.elite.visualization.ontoviewer.tools with parameters of type LinkDirectionEnum | |
---|---|
javax.media.j3d.BranchGroup |
Relation3DObject.createCurvedArrowRelation(java.util.HashSet<RelationData> relations,
javax.vecmath.Vector3f relativeEndingPosition,
float curvefactor,
LinkDirectionEnum dir)
|
javax.media.j3d.BranchGroup |
Relation3DObject.createInstanceCurvedArrowRelation(java.util.Hashtable<java.lang.String,RelationType> relations,
javax.vecmath.Vector3f relativeEndingPosition,
float curvefactor,
LinkDirectionEnum dir)
|
javax.media.j3d.BranchGroup |
Relation3DObject.createInstanceStraightRelation(java.util.Hashtable<java.lang.String,RelationType> relations,
javax.vecmath.Vector3f relativeEndingPosition,
float sourceSphereRadius,
LinkDirectionEnum dir)
|
javax.media.j3d.BranchGroup |
Relation3DObject.createRelationWithRange(RelationData rdata,
javax.vecmath.Vector3f relativeRangePosition,
LinkDirectionEnum direction)
Creates a relation with an ending 3D icon that represents the range of the relation |
javax.media.j3d.BranchGroup |
Relation3DObject.createRelationWithRange(java.lang.String relation,
NodeTypeAbstraction range,
javax.vecmath.Vector3f relativeRangePosition,
LinkDirectionEnum direction)
Creates a relation with an ending 3D icon that represents the range of the relation |
javax.media.j3d.BranchGroup |
Relation3DObject.createRelationWithSetOfElements(java.lang.String relation,
java.lang.String groupingID,
java.util.HashSet<java.lang.String> ranges,
javax.vecmath.Vector3f relativeRangePosition,
LinkDirectionEnum direction,
boolean isConcept)
Creates a relation with an ending 3D icon that represents the Set of the ranges |
javax.media.j3d.BranchGroup |
Relation3DObject.createSideRelations(java.util.Hashtable<java.lang.String,java.util.HashSet<NodeTypeAbstraction>> relationsNotOnScreen,
javax.vecmath.Vector3f relativeRangePosition,
LinkDirectionEnum direction)
Creates a relation with an ending 3D icon that represents the Set of the ranges |
javax.media.j3d.BranchGroup |
Relation3DObject.createStraightRelation(java.util.HashSet<RelationData> relations,
javax.vecmath.Vector3f relativeEndingPosition,
float sourceSphereRadius,
LinkDirectionEnum dir)
It draws a plain (not an ISA) relation |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |