public interface com.sun.javafx.scene.text.GlyphList
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.javafx.scene.text.GlyphList
super_class: java.lang.Object
{
public abstract int getGlyphCount();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int getGlyphCode(int);
descriptor: (I)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
glyphIndex
public abstract float getPosX(int);
descriptor: (I)F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
glyphIndex
public abstract float getPosY(int);
descriptor: (I)F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
glyphIndex
public abstract float getWidth();
descriptor: ()F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract float getHeight();
descriptor: ()F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.sun.javafx.geom.RectBounds getLineBounds();
descriptor: ()Lcom/sun/javafx/geom/RectBounds;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.sun.javafx.geom.Point2D getLocation();
descriptor: ()Lcom/sun/javafx/geom/Point2D;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int getCharOffset(int);
descriptor: (I)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
glyphIndex
public abstract boolean isComplex();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.sun.javafx.scene.text.TextSpan getTextSpan();
descriptor: ()Lcom/sun/javafx/scene/text/TextSpan;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "GlyphList.java"