Class GraphicAttribute
public class GraphicAttribute : JVMBridgeBase<GraphicAttribute>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
GraphicAttribute
- Implements
- Derived
- Inherited Members
-
JVMBridgeBase<GraphicAttribute>.IsAssignableFrom(IJavaType)JVMBridgeBase<GraphicAttribute>.IsAssignableFrom<T>()JVMBridgeBase<GraphicAttribute>.Execute<T>(params T[])JVMBridgeBase<GraphicAttribute>.DynBridgeClazzJVMBridgeBase<GraphicAttribute>.BridgeClazzJVMBridgeBase.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)JVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastToAndDetach<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.CastDirectAndDetach<TNewClass>()JVMBridgeBase.CheckDisposed()JVMBridgeBase.ToString()JVMBridgeBase.Equals(IJVMBridgeBase)JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
GraphicAttribute(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GraphicAttribute(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
GraphicAttribute(params object[])
Generic constructor used by JCOBridge when a derived class needs to forward arguments to the base 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
argsobject[]
Remarks
GraphicAttribute represents a JVM interface or abstract class in .NET. Instantiating it directly outside of JCOBridge infrastructure is not supported and may produce undefined behavior.
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 java.lang.AutoCloseable
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
https://docs.oracle.com/javase/8/docs/api/java/awt/font/GraphicAttribute.html#getJustificationInfo--
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
arg0Graphics2Darg1floatarg2float
GetOutline(AffineTransform)
public Shape GetOutline(AffineTransform arg0)