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=4.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,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
Win32Exception,
InvalidOperationException,
MissingMethodException,
TargetInvocationException
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, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, SecurityException, IOException, ArgumentOutOfRangeException, NotSupportedException
public boolean ContainsQuery(java.lang.String query)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionpublic java.lang.String getApplicationName()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException
public java.lang.String getCameraManufacturer()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException
public java.lang.String getCameraModel()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException
public java.lang.String getComment()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException
public java.lang.String getCopyright()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException
public java.lang.String getDateTaken()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException,
OverflowException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
TypeInitializationException,
IndexOutOfRangeException,
FormatException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionNotImplementedExceptionNotSupportedExceptionOverflowExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionTypeInitializationExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionpublic java.lang.String getFormat()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic boolean getIsFixedSize()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionpublic boolean getIsReadOnly()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionpublic 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,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic NetObject GetQuery(java.lang.String query) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, AccessViolationException, NotImplementedException, NotSupportedException
public int getRating()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException
public java.lang.String getSubject()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException
public java.lang.String getTitle()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException
public void RemoveQuery(java.lang.String query)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException
public void setApplicationName(java.lang.String ApplicationName)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException,
MissingMethodException,
SecurityException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionNotImplementedExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionpublic void setCameraManufacturer(java.lang.String CameraManufacturer)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException,
MissingMethodException,
SecurityException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionNotImplementedExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionpublic void setCameraModel(java.lang.String CameraModel)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException,
MissingMethodException,
SecurityException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionNotImplementedExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionpublic void setComment(java.lang.String Comment)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException,
MissingMethodException,
SecurityException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionNotImplementedExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionpublic void setCopyright(java.lang.String Copyright)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException,
MissingMethodException,
SecurityException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionNotImplementedExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionpublic void setDateTaken(java.lang.String DateTaken)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
TypeInitializationException,
InvalidOperationException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
NullReferenceException,
OverflowException,
AccessViolationException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
OutOfMemoryException,
KeyNotFoundException,
MissingMethodException,
SecurityException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionTypeInitializationExceptionInvalidOperationExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionOverflowExceptionAccessViolationExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionKeyNotFoundExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ImageMetadatapublic void SetQuery(java.lang.String query,
NetObject value)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotSupportedException,
MissingMethodException,
TargetInvocationException,
SecurityException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionpublic void setRating(int Rating)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException,
MissingMethodException,
SecurityException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionNotImplementedExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionpublic void setSubject(java.lang.String Subject)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException,
MissingMethodException,
SecurityException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionNotImplementedExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionpublic void setTitle(java.lang.String Title)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ArgumentOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
NotImplementedException,
NotSupportedException,
MissingMethodException,
SecurityException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionNotImplementedExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOException