Package system.drawing.drawing2d
Class HatchStyle
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.drawing.drawing2d.HatchStyle
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class HatchStyle extends NetObject
The base .NET class managing System.Drawing.Drawing2D.HatchStyle, System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HatchStyle()
HatchStyle(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Type-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Drawing.Common- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Drawing.Drawing2D.HatchStyle- See Also:
- Constant Field Values
-
Horizontal
public static HatchStyle Horizontal
-
Min
public static HatchStyle Min
-
Vertical
public static HatchStyle Vertical
-
ForwardDiagonal
public static HatchStyle ForwardDiagonal
-
BackwardDiagonal
public static HatchStyle BackwardDiagonal
-
LargeGrid
public static HatchStyle LargeGrid
-
Max
public static HatchStyle Max
-
Cross
public static HatchStyle Cross
-
DiagonalCross
public static HatchStyle DiagonalCross
-
Percent05
public static HatchStyle Percent05
-
Percent10
public static HatchStyle Percent10
-
Percent20
public static HatchStyle Percent20
-
Percent25
public static HatchStyle Percent25
-
Percent30
public static HatchStyle Percent30
-
Percent40
public static HatchStyle Percent40
-
Percent50
public static HatchStyle Percent50
-
Percent60
public static HatchStyle Percent60
-
Percent70
public static HatchStyle Percent70
-
Percent75
public static HatchStyle Percent75
-
Percent80
public static HatchStyle Percent80
-
Percent90
public static HatchStyle Percent90
-
LightDownwardDiagonal
public static HatchStyle LightDownwardDiagonal
-
LightUpwardDiagonal
public static HatchStyle LightUpwardDiagonal
-
DarkDownwardDiagonal
public static HatchStyle DarkDownwardDiagonal
-
DarkUpwardDiagonal
public static HatchStyle DarkUpwardDiagonal
-
WideDownwardDiagonal
public static HatchStyle WideDownwardDiagonal
-
WideUpwardDiagonal
public static HatchStyle WideUpwardDiagonal
-
LightVertical
public static HatchStyle LightVertical
-
LightHorizontal
public static HatchStyle LightHorizontal
-
NarrowVertical
public static HatchStyle NarrowVertical
-
NarrowHorizontal
public static HatchStyle NarrowHorizontal
-
DarkVertical
public static HatchStyle DarkVertical
-
DarkHorizontal
public static HatchStyle DarkHorizontal
-
DashedDownwardDiagonal
public static HatchStyle DashedDownwardDiagonal
-
DashedUpwardDiagonal
public static HatchStyle DashedUpwardDiagonal
-
DashedHorizontal
public static HatchStyle DashedHorizontal
-
DashedVertical
public static HatchStyle DashedVertical
-
SmallConfetti
public static HatchStyle SmallConfetti
-
LargeConfetti
public static HatchStyle LargeConfetti
-
ZigZag
public static HatchStyle ZigZag
-
Wave
public static HatchStyle Wave
-
DiagonalBrick
public static HatchStyle DiagonalBrick
-
HorizontalBrick
public static HatchStyle HorizontalBrick
-
Weave
public static HatchStyle Weave
-
Plaid
public static HatchStyle Plaid
-
Divot
public static HatchStyle Divot
-
DottedGrid
public static HatchStyle DottedGrid
-
DottedDiamond
public static HatchStyle DottedDiamond
-
Shingle
public static HatchStyle Shingle
-
Trellis
public static HatchStyle Trellis
-
Sphere
public static HatchStyle Sphere
-
SmallGrid
public static HatchStyle SmallGrid
-
SmallCheckerBoard
public static HatchStyle SmallCheckerBoard
-
LargeCheckerBoard
public static HatchStyle LargeCheckerBoard
-
OutlinedDiamond
public static HatchStyle OutlinedDiamond
-
SolidDiamond
public static HatchStyle SolidDiamond
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
-