Class EncoderValue

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Drawing
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Drawing.Imaging.EncoderValue
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
      • CompressionCCITT3

        public static EncoderValue CompressionCCITT3
      • CompressionCCITT4

        public static EncoderValue CompressionCCITT4
      • CompressionNone

        public static EncoderValue CompressionNone
      • ScanMethodInterlaced

        public static EncoderValue ScanMethodInterlaced
      • ScanMethodNonInterlaced

        public static EncoderValue ScanMethodNonInterlaced
      • RenderProgressive

        public static EncoderValue RenderProgressive
      • RenderNonProgressive

        public static EncoderValue RenderNonProgressive
      • TransformRotate90

        public static EncoderValue TransformRotate90
      • TransformRotate180

        public static EncoderValue TransformRotate180
      • TransformRotate270

        public static EncoderValue TransformRotate270
      • TransformFlipHorizontal

        public static EncoderValue TransformFlipHorizontal
      • TransformFlipVertical

        public static EncoderValue TransformFlipVertical
      • FrameDimensionTime

        public static EncoderValue FrameDimensionTime
      • FrameDimensionResolution

        public static EncoderValue FrameDimensionResolution
      • FrameDimensionPage

        public static EncoderValue FrameDimensionPage
    • Constructor Detail

      • EncoderValue

        public EncoderValue​(java.lang.Object instance)
        Internal constructor. Use with caution
      • EncoderValue

        public EncoderValue()