Uses of Class
org.javastro.ivoa.entities.stc.v1.PixelType.Builder
Packages that use PixelType.Builder
-
Uses of PixelType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return PixelType.BuilderModifier and TypeMethodDescriptionstatic PixelType.Builder<Void>PixelType.builder()static PixelType.Builder<Void>PixelType.copyExcept(PixelType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) PixelType.Builder.copyOf(PixelType.Builder _other) static <_B> PixelType.Builder<_B>static <_B> PixelType.Builder<_B>PixelType.copyOf(PixelType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static PixelType.Builder<Void>PixelType.newCopyBuilder()<_B> PixelType.Builder<_B>PixelType.newCopyBuilder(_B _parentBuilder) <_B> PixelType.Builder<_B>PixelType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) PixelType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) PixelType.Builder.withPixel(jakarta.xml.bind.JAXBElement<? extends CoordinateType> pixel) Sets the new value of "pixel" (any previous value will be replaced)PixelType.Builder<? extends PixelFrameType.Builder<_B>>PixelFrameType.Builder.withReferencePixel()Returns the existing builder or a new builder to build the value of the "referencePixel" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type PixelType.BuilderModifier and TypeMethodDescriptionPixelType.Builder.copyOf(PixelType.Builder _other) <_B> voidPixelType.copyTo(PixelType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidPixelType.copyTo(PixelType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.