public class WmpBitmapEncoder extends BitmapEncoder
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Media.Imaging.WmpBitmapEncoder
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationCore, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationCore
|
static java.lang.String |
className
Qualified class name: System.Windows.Media.Imaging.WmpBitmapEncoder
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WmpBitmapEncoder() |
WmpBitmapEncoder(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static WmpBitmapEncoder |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into WmpBitmapEncoder, a cast assert is made to check if types are compatible. |
byte |
getAlphaDataDiscardLevel() |
byte |
getAlphaQualityLevel() |
boolean |
getCompressedDomainTranscode() |
boolean |
getFlipHorizontal() |
boolean |
getFlipVertical() |
boolean |
getFrequencyOrder() |
short |
getHorizontalTileSlices() |
boolean |
getIgnoreOverlap() |
byte |
getImageDataDiscardLevel() |
Single |
getImageQualityLevel() |
boolean |
getInterleavedAlpha() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
getLossless() |
byte |
getOverlapLevel() |
byte |
getQualityLevel() |
Rotation |
getRotation() |
byte |
getSubsamplingLevel() |
boolean |
getUseCodecOptions() |
short |
getVerticalTileSlices() |
void |
setAlphaDataDiscardLevel(byte AlphaDataDiscardLevel) |
void |
setAlphaQualityLevel(byte AlphaQualityLevel) |
void |
setCompressedDomainTranscode(boolean CompressedDomainTranscode) |
void |
setFlipHorizontal(boolean FlipHorizontal) |
void |
setFlipVertical(boolean FlipVertical) |
void |
setFrequencyOrder(boolean FrequencyOrder) |
void |
setHorizontalTileSlices(short HorizontalTileSlices) |
void |
setIgnoreOverlap(boolean IgnoreOverlap) |
void |
setImageDataDiscardLevel(byte ImageDataDiscardLevel) |
void |
setImageQualityLevel(Single ImageQualityLevel) |
void |
setInterleavedAlpha(boolean InterleavedAlpha) |
void |
setJCOInstance(JCObject instance) |
void |
setLossless(boolean Lossless) |
void |
setOverlapLevel(byte OverlapLevel) |
void |
setQualityLevel(byte QualityLevel) |
void |
setRotation(Rotation Rotation) |
void |
setSubsamplingLevel(byte SubsamplingLevel) |
void |
setUseCodecOptions(boolean UseCodecOptions) |
void |
setVerticalTileSlices(short VerticalTileSlices) |
Create, getCodecInfo, getMetadata, getPalette, getPreview, getThumbnail, Save, setMetadata, setPalette, setPreview, setThumbnailCheckAccess, getDispatcher, VerifyAccesspublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WmpBitmapEncoder()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception
public WmpBitmapEncoder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static WmpBitmapEncoder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WmpBitmapEncoder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWmpBitmapEncoder instancejava.lang.Throwable - in case of error during cast operationpublic byte getAlphaDataDiscardLevel()
throws java.lang.Throwable
java.lang.Throwablepublic byte getAlphaQualityLevel()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCompressedDomainTranscode()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getFlipHorizontal()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getFlipVertical()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getFrequencyOrder()
throws java.lang.Throwable
java.lang.Throwablepublic short getHorizontalTileSlices()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIgnoreOverlap()
throws java.lang.Throwable
java.lang.Throwablepublic byte getImageDataDiscardLevel()
throws java.lang.Throwable
java.lang.Throwablepublic Single getImageQualityLevel() throws java.lang.Throwable
java.lang.Throwablepublic boolean getInterleavedAlpha()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class BitmapEncoderString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class BitmapEncoderString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class BitmapEncoderObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class BitmapEncoderString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class BitmapEncoderJCType representing the CLR Type of the instantiated Classpublic boolean getLossless()
throws java.lang.Throwable
java.lang.Throwablepublic byte getOverlapLevel()
throws java.lang.Throwable
java.lang.Throwablepublic byte getQualityLevel()
throws java.lang.Throwable
java.lang.Throwablepublic Rotation getRotation() throws java.lang.Throwable
java.lang.Throwablepublic byte getSubsamplingLevel()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseCodecOptions()
throws java.lang.Throwable
java.lang.Throwablepublic short getVerticalTileSlices()
throws java.lang.Throwable
java.lang.Throwablepublic void setAlphaDataDiscardLevel(byte AlphaDataDiscardLevel)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException
public void setAlphaQualityLevel(byte AlphaQualityLevel)
throws java.lang.Throwable
java.lang.Throwablepublic void setCompressedDomainTranscode(boolean CompressedDomainTranscode)
throws java.lang.Throwable
java.lang.Throwablepublic void setFlipHorizontal(boolean FlipHorizontal)
throws java.lang.Throwable
java.lang.Throwablepublic void setFlipVertical(boolean FlipVertical)
throws java.lang.Throwable
java.lang.Throwablepublic void setFrequencyOrder(boolean FrequencyOrder)
throws java.lang.Throwable
java.lang.Throwablepublic void setHorizontalTileSlices(short HorizontalTileSlices)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException
public void setIgnoreOverlap(boolean IgnoreOverlap)
throws java.lang.Throwable
java.lang.Throwablepublic void setImageDataDiscardLevel(byte ImageDataDiscardLevel)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException
public void setImageQualityLevel(Single ImageQualityLevel) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
public void setInterleavedAlpha(boolean InterleavedAlpha)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class BitmapEncoderpublic void setLossless(boolean Lossless)
throws java.lang.Throwable
java.lang.Throwablepublic void setOverlapLevel(byte OverlapLevel)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException
public void setQualityLevel(byte QualityLevel)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void setRotation(Rotation Rotation) throws java.lang.Throwable
java.lang.Throwablepublic void setSubsamplingLevel(byte SubsamplingLevel)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException
public void setUseCodecOptions(boolean UseCodecOptions)
throws java.lang.Throwable
java.lang.Throwablepublic void setVerticalTileSlices(short VerticalTileSlices)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException