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=9.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,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
MulticastNotSupportedException,
NullReferenceException
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, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException, 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, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, OverflowException, IndexOutOfRangeException, MulticastNotSupportedException, NullReferenceException
public boolean ContainsPropertyData(Guid propertyDataId) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic Color getColor() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic boolean getFitToCurve()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
ArgumentException,
CultureNotFoundException
public double getHeight()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic boolean getIgnorePressure()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
ArgumentException,
CultureNotFoundException
public boolean getIsHighlighter()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic 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, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ArgumentException, CultureNotFoundException
public Guid[] GetPropertyDataIds() throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic StylusTip getStylusTip() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic Matrix getStylusTipTransform() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic double getWidth()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic void removeAttributeChanged(PropertyDataChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void RemovePropertyData(Guid propertyDataId) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException
public void removePropertyDataChanged(PropertyDataChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setColor(Color Color) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionOverflowExceptionpublic void setFitToCurve(boolean FitToCurve)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
InvalidOperationException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionOverflowExceptionpublic void setHeight(double Height)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionOverflowExceptionpublic void setIgnorePressure(boolean IgnorePressure)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
InvalidOperationException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionOverflowExceptionpublic void setIsHighlighter(boolean IsHighlighter)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
InvalidOperationException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionOverflowExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setStylusTip(StylusTip StylusTip) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionInvalidOperationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionOverflowExceptionpublic void setStylusTipTransform(Matrix StylusTipTransform) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionOverflowExceptionpublic void setWidth(double Width)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionOverflowException