Uses of Class
com.foursoft.harness.vec.v113.VecPathSegment
Packages that use VecPathSegment
-
Uses of VecPathSegment in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecPathSegmentModifier and TypeFieldDescriptionprotected List<VecPathSegment>VecGeometrySegment2D.pathSegmentsMethods in com.foursoft.harness.vec.v113 that return VecPathSegmentModifier and TypeMethodDescriptionObjectFactory.createVecPathSegment()Create an instance ofVecPathSegmentMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecPathSegmentModifier and TypeMethodDescriptionVecGeometrySegment2D.getPathSegments()Gets the value of the pathSegments property.VecCartesianPoint2D.getRefPathSegment()Gets aSetof allVecPathSegmentthat 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 VecPathSegment in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecPathSegmentModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecPathSegment(VecPathSegment aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecPathSegment(VecPathSegment aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecPathSegment(VecPathSegment aBean) FunctionVisitor.visitVecPathSegment(VecPathSegment aBean) StrictBaseVisitor.visitVecPathSegment(VecPathSegment aBean) TraversingVisitor.visitVecPathSegment(VecPathSegment aBean) Visitor.visitVecPathSegment(VecPathSegment aBean)