public class DrawingAttributes extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Ink.DrawingAttributes
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.Ink.DrawingAttributes
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DrawingAttributes() |
DrawingAttributes(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributeChanged(PropertyDataChangedEventHandler handler) |
void |
AddPropertyData(Guid propertyDataId,
NetObject propertyData) |
void |
addPropertyDataChanged(PropertyDataChangedEventHandler handler) |
static DrawingAttributes |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DrawingAttributes, a cast assert is made to check if types are compatible. |
DrawingAttributes |
Clone() |
boolean |
ContainsPropertyData(Guid propertyDataId) |
Color |
getColor() |
boolean |
getFitToCurve() |
double |
getHeight() |
boolean |
getIgnorePressure() |
boolean |
getIsHighlighter() |
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
|
NetObject |
GetPropertyData(Guid propertyDataId) |
Guid[] |
GetPropertyDataIds() |
StylusTip |
getStylusTip() |
Matrix |
getStylusTipTransform() |
double |
getWidth() |
void |
removeAttributeChanged(PropertyDataChangedEventHandler handler) |
void |
RemovePropertyData(Guid propertyDataId) |
void |
removePropertyDataChanged(PropertyDataChangedEventHandler handler) |
void |
setColor(Color Color) |
void |
setFitToCurve(boolean FitToCurve) |
void |
setHeight(double Height) |
void |
setIgnorePressure(boolean IgnorePressure) |
void |
setIsHighlighter(boolean IsHighlighter) |
void |
setJCOInstance(JCObject instance) |
void |
setStylusTip(StylusTip StylusTip) |
void |
setStylusTipTransform(Matrix StylusTipTransform) |
void |
setWidth(double Width) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DrawingAttributes()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
MulticastNotSupportedException
public DrawingAttributes(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addAttributeChanged(PropertyDataChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void AddPropertyData(Guid propertyDataId, NetObject propertyData) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException
public void addPropertyDataChanged(PropertyDataChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static DrawingAttributes cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DrawingAttributes, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDrawingAttributes instancejava.lang.Throwable - in case of error during cast operationpublic DrawingAttributes Clone() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, OverflowException, NotSupportedException, MulticastNotSupportedException
public boolean ContainsPropertyData(Guid propertyDataId) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic Color getColor() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
public boolean getFitToCurve()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException
public double getHeight()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException
public boolean getIgnorePressure()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException
public boolean getIsHighlighter()
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic NetObject GetPropertyData(Guid propertyDataId) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
public Guid[] GetPropertyDataIds() throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic StylusTip getStylusTip() throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic Matrix getStylusTipTransform() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
public double getWidth()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException
public void removeAttributeChanged(PropertyDataChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void RemovePropertyData(Guid propertyDataId) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
public void removePropertyDataChanged(PropertyDataChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setColor(Color Color) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, OverflowException
public void setFitToCurve(boolean FitToCurve)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
OverflowException
public void setHeight(double Height)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
AbandonedMutexException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionOverflowExceptionpublic void setIgnorePressure(boolean IgnorePressure)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
OverflowException
public void setIsHighlighter(boolean IsHighlighter)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
OverflowException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setStylusTip(StylusTip StylusTip) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, OverflowException
public void setStylusTipTransform(Matrix StylusTipTransform) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionOverflowExceptionpublic void setWidth(double Width)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
AbandonedMutexException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionOverflowException