Uses of Class
com.foursoft.harness.vec.v113.VecGeometrySegment2D
Packages that use VecGeometrySegment2D
-
Uses of VecGeometrySegment2D in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecGeometrySegment2DModifier and TypeFieldDescriptionprotected List<VecGeometrySegment2D>VecBuildingBlockSpecification2D.geometrySegmentsMethods in com.foursoft.harness.vec.v113 that return VecGeometrySegment2DModifier and TypeMethodDescriptionObjectFactory.createVecGeometrySegment2D()Create an instance ofVecGeometrySegment2DVecPathSegment.getParentGeometrySegment2D()Gets a reference to the parent of this object in the XML DOM Tree.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecGeometrySegment2DModifier and TypeMethodDescriptionVecBuildingBlockSpecification2D.getGeometrySegments()Gets the value of the geometrySegments property.VecGeometryNode2D.getRefGeometrySegment2D()Gets aSetof allVecGeometrySegment2Dthat 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. -
Uses of VecGeometrySegment2D in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecGeometrySegment2DModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecGeometrySegment2D(VecGeometrySegment2D aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecGeometrySegment2D(VecGeometrySegment2D aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecGeometrySegment2D(VecGeometrySegment2D aBean) FunctionVisitor.visitVecGeometrySegment2D(VecGeometrySegment2D aBean) StrictBaseVisitor.visitVecGeometrySegment2D(VecGeometrySegment2D aBean) TraversingVisitor.visitVecGeometrySegment2D(VecGeometrySegment2D aBean) Visitor.visitVecGeometrySegment2D(VecGeometrySegment2D aBean)