Uses of Class
org.javastro.ivoa.entities.stc.v1.VertexType.Builder
Packages that use VertexType.Builder
-
Uses of VertexType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return VertexType.BuilderModifier and TypeMethodDescriptionVertexType.Builder<? extends PolygonType.Builder<_B>>PolygonType.Builder.addVertices()Returns a new builder to build an additional value of the "Vertices" property.static VertexType.Builder<Void>VertexType.builder()static VertexType.Builder<Void>VertexType.copyExcept(VertexType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) VertexType.Builder.copyOf(VertexType _other) VertexType.Builder.copyOf(VertexType.Builder _other) static <_B> VertexType.Builder<_B>VertexType.copyOf(VertexType _other) static <_B> VertexType.Builder<_B>VertexType.copyOf(VertexType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static VertexType.Builder<Void>VertexType.copyOnly(VertexType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) VertexType.newCopyBuilder()<_B> VertexType.Builder<_B>VertexType.newCopyBuilder(_B _parentBuilder) <_B> VertexType.Builder<_B>VertexType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) VertexType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) VertexType.Builder.withPosition(Double2Type position) Sets the new value of "position" (any previous value will be replaced)VertexType.Builder.withSmallCircle(SmallCircleType smallCircle) Sets the new value of "smallCircle" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type VertexType.BuilderModifier and TypeMethodDescriptionDouble2Type.Builder<? extends VertexType.Builder<_B>>VertexType.Builder.withPosition()Returns the existing builder or a new builder to build the value of the "position" property.SmallCircleType.Builder<? extends VertexType.Builder<_B>>VertexType.Builder.withSmallCircle()Returns the existing builder or a new builder to build the value of the "smallCircle" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type VertexType.BuilderModifier and TypeMethodDescriptionVertexType.Builder.copyOf(VertexType.Builder _other) <_B> voidVertexType.copyTo(VertexType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidVertexType.copyTo(VertexType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.