Class GraphicAttribute
public class GraphicAttribute : JVMBridgeBase<GraphicAttribute>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
GraphicAttribute
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
GraphicAttribute()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("GraphicAttribute class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GraphicAttribute()
GraphicAttribute(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
[Obsolete("GraphicAttribute class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GraphicAttribute(params object[] args)
Parameters
args
object[]
Properties
Advance
public float Advance { get; }
Property Value
Alignment
public int Alignment { get; }
Property Value
Ascent
public float Ascent { get; }
Property Value
BOTTOM_ALIGNMENT
public static int BOTTOM_ALIGNMENT { get; }
Property Value
Bounds
public Rectangle2D Bounds { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CENTER_BASELINE
public static int CENTER_BASELINE { get; }
Property Value
Descent
public float Descent { get; }
Property Value
HANGING_BASELINE
public static int HANGING_BASELINE { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
JustificationInfo
public GlyphJustificationInfo JustificationInfo { get; }
Property Value
ROMAN_BASELINE
public static int ROMAN_BASELINE { get; }
Property Value
TOP_ALIGNMENT
public static int TOP_ALIGNMENT { get; }
Property Value
Methods
Draw(Graphics2D, float, float)
public void Draw(Graphics2D arg0, float arg1, float arg2)
Parameters
arg0
Graphics2Darg1
floatarg2
float
GetOutline(AffineTransform)
public Shape GetOutline(AffineTransform arg0)