Uses of Class
com.foursoft.harness.vec.v113.VecGeometryNode2D
Packages that use VecGeometryNode2D
-
Uses of VecGeometryNode2D in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecGeometryNode2DModifier and TypeFieldDescriptionprotected VecGeometryNode2DVecGeometrySegment2D.endNodeprotected VecGeometryNode2DVecGeometrySegment2D.startNodeFields in com.foursoft.harness.vec.v113 with type parameters of type VecGeometryNode2DModifier and TypeFieldDescriptionprotected List<VecGeometryNode2D>VecBuildingBlockSpecification2D.geometryNodesMethods in com.foursoft.harness.vec.v113 that return VecGeometryNode2DModifier and TypeMethodDescriptionObjectFactory.createVecGeometryNode2D()Create an instance ofVecGeometryNode2DVecGeometrySegment2D.getEndNode()Gets the value of the endNode property.VecGeometrySegment2D.getStartNode()Gets the value of the startNode property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecGeometryNode2DModifier and TypeMethodDescriptionVecBuildingBlockSpecification2D.getGeometryNodes()Gets the value of the geometryNodes property.VecCartesianPoint2D.getRefGeometryNode2D()Gets aSetof allVecGeometryNode2Dthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling.Methods in com.foursoft.harness.vec.v113 with parameters of type VecGeometryNode2DModifier and TypeMethodDescriptionvoidVecGeometrySegment2D.setEndNode(VecGeometryNode2D value) Sets the value of the endNode property.voidVecGeometrySegment2D.setStartNode(VecGeometryNode2D value) Sets the value of the startNode property. -
Uses of VecGeometryNode2D in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecGeometryNode2DModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecGeometryNode2D(VecGeometryNode2D aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecGeometryNode2D(VecGeometryNode2D aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecGeometryNode2D(VecGeometryNode2D aBean) FunctionVisitor.visitVecGeometryNode2D(VecGeometryNode2D aBean) StrictBaseVisitor.visitVecGeometryNode2D(VecGeometryNode2D aBean) TraversingVisitor.visitVecGeometryNode2D(VecGeometryNode2D aBean) Visitor.visitVecGeometryNode2D(VecGeometryNode2D aBean)