Class GraphicAttribute
public class GraphicAttribute : JVMBridgeBaseCore<GraphicAttribute>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseCoreJVMBridgeBaseCore<GraphicAttribute>GraphicAttribute
- Implements
- Derived
- Inherited Members
-
JVMBridgeBaseCore<GraphicAttribute>.SExecute<TNewClass, TReturn>(IJavaType, string, params object[])JVMBridgeBaseCore<GraphicAttribute>.IsAssignableFrom(IJavaType)JVMBridgeBaseCore<GraphicAttribute>.IsAssignableFrom<T>()JVMBridgeBaseCore<GraphicAttribute>.Execute<T>(params T[])JVMBridgeBaseCore<GraphicAttribute>.DynBridgeClazzJVMBridgeBaseCore<GraphicAttribute>.BridgeClazzJVMBridgeBaseCore.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)JVMBridgeBaseCore.RuntimeClassNameOf<T>()JVMBridgeBaseCore.ClassNameOf<T>()JVMBridgeBaseCore.ClassOf<T>()JVMBridgeBaseCore.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBaseCore.Wraps<TNewClass>(IJavaObject)JVMBridgeBaseCore.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBaseCore.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBaseCore.MonitorEnter()JVMBridgeBaseCore.MonitorExit()JVMBridgeBaseCore.IsInstanceOf(IJavaType)JVMBridgeBaseCore.IsInstanceOf<T>()JVMBridgeBaseCore.RuntimeIsInstanceOf<T>()JVMBridgeBaseCore.CastTo<TNewClass>()JVMBridgeBaseCore.CastDirect<TNewClass>()JVMBridgeBaseCore.ToString()JVMBridgeBaseCore.Equals(IJVMBridgeBase)JVMBridgeBaseCore.GetHashCode()JVMBridgeBaseCore.Notify()JVMBridgeBaseCore.NotifyAll()JVMBridgeBaseCore.Wait()JVMBridgeBaseCore.DynBridgeInstanceJVMBridgeBaseCore.BridgeInstanceJVMBridgeBaseCore.IsBridgeListener
- Extension Methods
Constructors
GraphicAttribute(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[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: 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
argsobject[]
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
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)