Uses of Class
org.javastro.ivoa.entities.stc.v1.PixelFrameType
Packages that use PixelFrameType
-
Uses of PixelFrameType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 with type parameters of type PixelFrameTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<PixelFrameType,BigInteger> PixelFrameType.PropInfo.AXIS_1_ORDERstatic final com.kscs.util.jaxb.SinglePropertyInfo<PixelFrameType,BigInteger> PixelFrameType.PropInfo.AXIS_2_ORDERstatic final com.kscs.util.jaxb.SinglePropertyInfo<PixelFrameType,BigInteger> PixelFrameType.PropInfo.AXIS_3_ORDERstatic final com.kscs.util.jaxb.CollectionPropertyInfo<PixelCoordSystemType,PixelFrameType> PixelCoordSystemType.PropInfo.PIXEL_COORD_FRAMESprotected List<PixelFrameType>PixelCoordSystemType.pixelCoordFramesElement for pixel Coordinate Framesstatic final com.kscs.util.jaxb.SinglePropertyInfo<PixelFrameType,Object> PixelFrameType.PropInfo.REF_FRAME_IDstatic final com.kscs.util.jaxb.SinglePropertyInfo<PixelFrameType,PixelType> PixelFrameType.PropInfo.REFERENCE_PIXELMethods in org.javastro.ivoa.entities.stc.v1 with type parameters of type PixelFrameTypeModifier and TypeMethodDescriptionprotected <_P extends PixelFrameType>
_PPixelFrameType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.stc.v1 that return PixelFrameTypeModifier and TypeMethodDescriptionPixelFrameType.Builder.build()PixelFrameType.clone()PixelFrameType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) PixelFrameType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) PixelFrameType.createCopy()PixelFrameType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createPixelFrameType()Create an instance ofPixelFrameTypePixelFrameType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type PixelFrameTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<PixelFrameType>ObjectFactory.createPixelCoordFrame(PixelFrameType value) PixelCoordSystemType.getPixelCoordFrames()Element for pixel Coordinate Frames Gets the value of the pixelCoordFrames property.PixelCoordSystemType.Modifier.getPixelCoordFrames()Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type PixelFrameTypeModifier and TypeMethodDescriptionPixelCoordSystemType.Builder.addPixelCoordFrames(PixelFrameType... pixelCoordFrames) Adds the given items to the value of "pixelCoordFrames"static PixelFrameType.Builder<Void>PixelFrameType.copyExcept(PixelFrameType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) PixelFrameType.Builder.copyOf(PixelFrameType _other) static <_B> PixelFrameType.Builder<_B>PixelFrameType.copyOf(PixelFrameType _other) static <_B> PixelFrameType.Builder<_B>PixelFrameType.copyOf(PixelFrameType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static PixelFrameType.Builder<Void>PixelFrameType.copyOnly(PixelFrameType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) jakarta.xml.bind.JAXBElement<PixelFrameType>ObjectFactory.createPixelCoordFrame(PixelFrameType value) PixelCoordSystemType.Builder.withPixelCoordFrames(PixelFrameType... pixelCoordFrames) Sets the new value of "pixelCoordFrames" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type PixelFrameTypeModifier and TypeMethodDescriptionPixelCoordSystemType.Builder.addPixelCoordFrames(Iterable<? extends PixelFrameType> pixelCoordFrames) Adds the given items to the value of "pixelCoordFrames"PixelCoordSystemType.Builder.withPixelCoordFrames(Iterable<? extends PixelFrameType> pixelCoordFrames) Sets the new value of "pixelCoordFrames" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type PixelFrameTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, PixelFrameType _other, boolean _copy) Builder(_B _parentBuilder, PixelFrameType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)