Uses of Class
com.foursoft.harness.vec.v113.VecCartesianPoint2D
Packages that use VecCartesianPoint2D
-
Uses of VecCartesianPoint2D in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecCartesianPoint2DModifier and TypeFieldDescriptionprotected VecCartesianPoint2DVecGeometryNode2D.cartesianPointprotected VecCartesianPoint2DVecBuildingBlockPositioning2D.centerPointprotected VecCartesianPoint2DVecTransformation2D.originFields in com.foursoft.harness.vec.v113 with type parameters of type VecCartesianPoint2DModifier and TypeFieldDescriptionprotected List<VecCartesianPoint2D>VecBuildingBlockSpecification2D.cartesianPointsprotected List<VecCartesianPoint2D>VecPathSegment.controlPointMethods in com.foursoft.harness.vec.v113 that return VecCartesianPoint2DModifier and TypeMethodDescriptionObjectFactory.createVecCartesianPoint2D()Create an instance ofVecCartesianPoint2DVecGeometryNode2D.getCartesianPoint()Gets the value of the cartesianPoint property.VecBuildingBlockPositioning2D.getCenterPoint()Gets the value of the centerPoint property.VecTransformation2D.getOrigin()Gets the value of the origin property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecCartesianPoint2DModifier and TypeMethodDescriptionVecBuildingBlockSpecification2D.getCartesianPoints()Gets the value of the cartesianPoints property.VecPathSegment.getControlPoint()Gets the value of the controlPoint property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecCartesianPoint2DModifier and TypeMethodDescriptionvoidVecGeometryNode2D.setCartesianPoint(VecCartesianPoint2D value) Sets the value of the cartesianPoint property.voidVecBuildingBlockPositioning2D.setCenterPoint(VecCartesianPoint2D value) Sets the value of the centerPoint property.voidVecTransformation2D.setOrigin(VecCartesianPoint2D value) Sets the value of the origin property. -
Uses of VecCartesianPoint2D in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecCartesianPoint2DModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecCartesianPoint2D(VecCartesianPoint2D aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecCartesianPoint2D(VecCartesianPoint2D aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecCartesianPoint2D(VecCartesianPoint2D aBean) FunctionVisitor.visitVecCartesianPoint2D(VecCartesianPoint2D aBean) StrictBaseVisitor.visitVecCartesianPoint2D(VecCartesianPoint2D aBean) TraversingVisitor.visitVecCartesianPoint2D(VecCartesianPoint2D aBean) Visitor.visitVecCartesianPoint2D(VecCartesianPoint2D aBean)