public class BitmapMetadata extends ImageMetadata
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Media.Imaging.BitmapMetadata
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=8.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.BitmapMetadata
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
BitmapMetadata() |
BitmapMetadata(java.lang.Object instance)
Internal constructor.
|
BitmapMetadata(java.lang.String containerFormat) |
| Modifier and Type | Method and Description |
|---|---|
static BitmapMetadata |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into BitmapMetadata, a cast assert is made to check if types are compatible. |
BitmapMetadata |
CloneNewBitmapMetadata() |
boolean |
ContainsQuery(java.lang.String query) |
java.lang.String |
getApplicationName() |
java.lang.String |
getCameraManufacturer() |
java.lang.String |
getCameraModel() |
java.lang.String |
getComment() |
java.lang.String |
getCopyright() |
java.lang.String |
getDateTaken() |
java.lang.String |
getFormat() |
boolean |
getIsFixedSize() |
boolean |
getIsReadOnly() |
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
|
java.lang.String |
getLocation() |
NetObject |
GetQuery(java.lang.String query) |
int |
getRating() |
java.lang.String |
getSubject() |
java.lang.String |
getTitle() |
void |
RemoveQuery(java.lang.String query) |
void |
setApplicationName(java.lang.String ApplicationName) |
void |
setCameraManufacturer(java.lang.String CameraManufacturer) |
void |
setCameraModel(java.lang.String CameraModel) |
void |
setComment(java.lang.String Comment) |
void |
setCopyright(java.lang.String Copyright) |
void |
setDateTaken(java.lang.String DateTaken) |
void |
setJCOInstance(JCObject instance) |
void |
SetQuery(java.lang.String query,
NetObject value) |
void |
setRating(int Rating) |
void |
setSubject(java.lang.String Subject) |
void |
setTitle(java.lang.String Title) |
CloneNewImageMetadataaddChanged, Clone, CloneCurrentValue, Freeze, GetAsFrozen, getCanFreeze, GetCurrentValueAsFrozen, getIsFrozen, removeChangedClearValue, ClearValue, CoerceValue, getDependencyObjectType, getIsSealed, GetLocalValueEnumerator, GetValue, InvalidateProperty, ReadLocalValue, SetCurrentValue, SetValue, SetValueCheckAccess, getDispatcher, VerifyAccesspublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public BitmapMetadata()
throws java.lang.Throwable
java.lang.Throwablepublic BitmapMetadata(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic BitmapMetadata(java.lang.String containerFormat)
throws java.lang.Throwable,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
ArgumentNullException,
InvalidEnumArgumentException,
Win32Exception,
CultureNotFoundException,
OutOfMemoryException
public static BitmapMetadata cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into BitmapMetadata, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedBitmapMetadata instancejava.lang.Throwable - in case of error during cast operationpublic BitmapMetadata CloneNewBitmapMetadata() throws java.lang.Throwable, InvalidOperationException, SecurityException, IOException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException
public boolean ContainsQuery(java.lang.String query)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
OutOfMemoryException,
IndexOutOfRangeException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFormatExceptionpublic java.lang.String getApplicationName()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
OutOfMemoryException,
AccessViolationException,
NotImplementedException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionNotImplementedExceptionFormatExceptionpublic java.lang.String getCameraManufacturer()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
OutOfMemoryException,
AccessViolationException,
NotImplementedException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionNotImplementedExceptionFormatExceptionpublic java.lang.String getCameraModel()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
OutOfMemoryException,
AccessViolationException,
NotImplementedException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionNotImplementedExceptionFormatExceptionpublic java.lang.String getComment()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
OutOfMemoryException,
AccessViolationException,
NotImplementedException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionNotImplementedExceptionFormatExceptionpublic java.lang.String getCopyright()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
OutOfMemoryException,
AccessViolationException,
NotImplementedException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionNotImplementedExceptionFormatExceptionpublic java.lang.String getDateTaken()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
OutOfMemoryException,
AccessViolationException,
NotImplementedException,
FormatException,
InvalidTimeZoneException,
SecurityException,
UnauthorizedAccessException,
IOException,
OverflowException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionNotImplementedExceptionFormatExceptionInvalidTimeZoneExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOverflowExceptionpublic java.lang.String getFormat()
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
OutOfMemoryException,
FormatException,
NotSupportedException
public boolean getIsFixedSize()
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionpublic boolean getIsReadOnly()
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ImageMetadataString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ImageMetadataString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ImageMetadataObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ImageMetadataString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ImageMetadataJCType representing the CLR Type of the instantiated Classpublic java.lang.String getLocation()
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
OutOfMemoryException,
NotSupportedException
public NetObject GetQuery(java.lang.String query) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, AccessViolationException, NotImplementedException, FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionAccessViolationExceptionNotImplementedExceptionFormatExceptionpublic int getRating()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
OutOfMemoryException,
AccessViolationException,
NotImplementedException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionNotImplementedExceptionFormatExceptionpublic java.lang.String getSubject()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
OutOfMemoryException,
AccessViolationException,
NotImplementedException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionNotImplementedExceptionFormatExceptionpublic java.lang.String getTitle()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
OutOfMemoryException,
AccessViolationException,
NotImplementedException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionNotImplementedExceptionFormatExceptionpublic void RemoveQuery(java.lang.String query)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
FormatException,
OutOfMemoryException
public void setApplicationName(java.lang.String ApplicationName)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
AccessViolationException,
ArrayTypeMismatchException,
NotImplementedException,
ObjectDisposedException,
SecurityException,
IOException,
UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionpublic void setCameraManufacturer(java.lang.String CameraManufacturer)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
AccessViolationException,
ArrayTypeMismatchException,
NotImplementedException,
ObjectDisposedException,
SecurityException,
IOException,
UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionpublic void setCameraModel(java.lang.String CameraModel)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
AccessViolationException,
ArrayTypeMismatchException,
NotImplementedException,
ObjectDisposedException,
SecurityException,
IOException,
UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionpublic void setComment(java.lang.String Comment)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
AccessViolationException,
ArrayTypeMismatchException,
NotImplementedException,
ObjectDisposedException,
SecurityException,
IOException,
UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionpublic void setCopyright(java.lang.String Copyright)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
AccessViolationException,
ArrayTypeMismatchException,
NotImplementedException,
ObjectDisposedException,
SecurityException,
IOException,
UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionpublic void setDateTaken(java.lang.String DateTaken)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
CultureNotFoundException,
IndexOutOfRangeException,
OverflowException,
FormatException,
AccessViolationException,
ArgumentNullException,
OutOfMemoryException,
NotImplementedException,
SecurityException,
IOException,
UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionOverflowExceptionFormatExceptionAccessViolationExceptionArgumentNullExceptionOutOfMemoryExceptionNotImplementedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ImageMetadatapublic void SetQuery(java.lang.String query,
NetObject value)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
FormatException,
OutOfMemoryException,
AccessViolationException,
NotImplementedException,
ObjectDisposedException,
MissingMethodException,
TargetInvocationException,
SecurityException,
IOException,
UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionOutOfMemoryExceptionAccessViolationExceptionNotImplementedExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionpublic void setRating(int Rating)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
AccessViolationException,
ArrayTypeMismatchException,
NotImplementedException,
ObjectDisposedException,
SecurityException,
IOException,
UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionpublic void setSubject(java.lang.String Subject)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
AccessViolationException,
ArrayTypeMismatchException,
NotImplementedException,
ObjectDisposedException,
SecurityException,
IOException,
UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionpublic void setTitle(java.lang.String Title)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
AccessViolationException,
ArrayTypeMismatchException,
NotImplementedException,
ObjectDisposedException,
SecurityException,
IOException,
UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessException