public class HatchStyle extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Drawing2D.HatchStyle
Powered by JCOBridge: more info at https://www.jcobridge.com
| Constructor and Description |
|---|
HatchStyle() |
HatchStyle(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static HatchStyle BackwardDiagonal
public static final java.lang.String className
public static HatchStyle Cross
public static HatchStyle DarkDownwardDiagonal
public static HatchStyle DarkHorizontal
public static HatchStyle DarkUpwardDiagonal
public static HatchStyle DarkVertical
public static HatchStyle DashedDownwardDiagonal
public static HatchStyle DashedHorizontal
public static HatchStyle DashedUpwardDiagonal
public static HatchStyle DashedVertical
public static HatchStyle DiagonalBrick
public static HatchStyle DiagonalCross
public static HatchStyle Divot
public static HatchStyle DottedDiamond
public static HatchStyle DottedGrid
public static HatchStyle ForwardDiagonal
public static HatchStyle Horizontal
public static HatchStyle HorizontalBrick
public static HatchStyle LargeCheckerBoard
public static HatchStyle LargeConfetti
public static HatchStyle LargeGrid
public static HatchStyle LightDownwardDiagonal
public static HatchStyle LightHorizontal
public static HatchStyle LightUpwardDiagonal
public static HatchStyle LightVertical
public static HatchStyle Max
public static HatchStyle Min
public static HatchStyle NarrowHorizontal
public static HatchStyle NarrowVertical
public static HatchStyle OutlinedDiamond
public static HatchStyle Percent05
public static HatchStyle Percent10
public static HatchStyle Percent20
public static HatchStyle Percent25
public static HatchStyle Percent30
public static HatchStyle Percent40
public static HatchStyle Percent50
public static HatchStyle Percent60
public static HatchStyle Percent70
public static HatchStyle Percent75
public static HatchStyle Percent80
public static HatchStyle Percent90
public static HatchStyle Plaid
public static HatchStyle Shingle
public static HatchStyle SmallCheckerBoard
public static HatchStyle SmallConfetti
public static HatchStyle SmallGrid
public static HatchStyle SolidDiamond
public static HatchStyle Sphere
public static HatchStyle Trellis
public static HatchStyle Vertical
public static HatchStyle Wave
public static HatchStyle Weave
public static HatchStyle WideDownwardDiagonal
public static HatchStyle WideUpwardDiagonal
public static HatchStyle ZigZag
public HatchStyle()
public HatchStyle(java.lang.Object instance)
public 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 Class