Uses of Class
org.javastro.ivoa.entities.stc.v1.SmallCircleType.Builder
Packages that use SmallCircleType.Builder
-
Uses of SmallCircleType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return SmallCircleType.BuilderModifier and TypeMethodDescriptionstatic SmallCircleType.Builder<Void>SmallCircleType.builder()static SmallCircleType.Builder<Void>SmallCircleType.copyExcept(SmallCircleType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SmallCircleType.Builder.copyOf(SmallCircleType _other) SmallCircleType.Builder.copyOf(SmallCircleType.Builder _other) static <_B> SmallCircleType.Builder<_B>SmallCircleType.copyOf(SmallCircleType _other) static <_B> SmallCircleType.Builder<_B>SmallCircleType.copyOf(SmallCircleType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static SmallCircleType.Builder<Void>SmallCircleType.copyOnly(SmallCircleType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SmallCircleType.newCopyBuilder()<_B> SmallCircleType.Builder<_B>SmallCircleType.newCopyBuilder(_B _parentBuilder) <_B> SmallCircleType.Builder<_B>SmallCircleType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SmallCircleType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SmallCircleType.Builder.withPole(Double2Type pole) Sets the new value of "pole" (any previous value will be replaced)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 that return types with arguments of type SmallCircleType.BuilderModifier and TypeMethodDescriptionDouble2Type.Builder<? extends SmallCircleType.Builder<_B>>SmallCircleType.Builder.withPole()Returns the existing builder or a new builder to build the value of the "pole" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type SmallCircleType.BuilderModifier and TypeMethodDescriptionSmallCircleType.Builder.copyOf(SmallCircleType.Builder _other) <_B> voidSmallCircleType.copyTo(SmallCircleType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidSmallCircleType.copyTo(SmallCircleType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.