Class MaximumProfileTable
public class MaximumProfileTable : TTFTable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<TTFTable>MaximumProfileTable
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<TTFTable>.SExecute<TNewClass, TReturn, TConverter>(IJavaType, string, params object[])JVMBridgeBase<TTFTable>.IsAssignableFrom(IJavaType)JVMBridgeBase<TTFTable>.IsAssignableFrom<T>()JVMBridgeBase<TTFTable>.Execute<T>(params T[])JVMBridgeBase<TTFTable>.DynBridgeClazzJVMBridgeBase<TTFTable>.BridgeClazzJVMBridgeBase.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.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
Constructors
MaximumProfileTable()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public MaximumProfileTable()
MaximumProfileTable(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
public MaximumProfileTable(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
MaxComponentDepth
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#getMaxComponentDepth-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#setMaxComponentDepth-int-
public int MaxComponentDepth { get; set; }
Property Value
MaxComponentElements
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#getMaxComponentElements-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#setMaxComponentElements-int-
public int MaxComponentElements { get; set; }
Property Value
MaxCompositeContours
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#getMaxCompositeContours-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#setMaxCompositeContours-int-
public int MaxCompositeContours { get; set; }
Property Value
MaxCompositePoints
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#getMaxCompositePoints-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#setMaxCompositePoints-int-
public int MaxCompositePoints { get; set; }
Property Value
MaxContours
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#getMaxContours-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#setMaxContours-int-
public int MaxContours { get; set; }
Property Value
MaxFunctionDefs
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#getMaxFunctionDefs-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#setMaxFunctionDefs-int-
public int MaxFunctionDefs { get; set; }
Property Value
MaxInstructionDefs
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#getMaxInstructionDefs-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#setMaxInstructionDefs-int-
public int MaxInstructionDefs { get; set; }
Property Value
MaxPoints
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#getMaxPoints-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#setMaxPoints-int-
public int MaxPoints { get; set; }
Property Value
MaxSizeOfInstructions
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#getMaxSizeOfInstructions-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#setMaxSizeOfInstructions-int-
public int MaxSizeOfInstructions { get; set; }
Property Value
MaxStackElements
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#getMaxStackElements-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#setMaxStackElements-int-
public int MaxStackElements { get; set; }
Property Value
MaxStorage
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#getMaxStorage-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#setMaxStorage-int-
public int MaxStorage { get; set; }
Property Value
MaxTwilightPoints
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#getMaxTwilightPoints-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#setMaxTwilightPoints-int-
public int MaxTwilightPoints { get; set; }
Property Value
MaxZones
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#getMaxZones-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#setMaxZones-int-
public int MaxZones { get; set; }
Property Value
NumGlyphs
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#getNumGlyphs-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#setNumGlyphs-int-
public int NumGlyphs { get; set; }
Property Value
TAG
public static String TAG { get; }
Property Value
Version
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#getVersion-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/MaximumProfileTable.html#setVersion-float-
public float Version { get; set; }