类 CompositeBitmapGlyph.Component

java.lang.Object
com.google.typography.font.sfntly.table.bitmap.CompositeBitmapGlyph.Component
封闭类:
CompositeBitmapGlyph

public static final class CompositeBitmapGlyph.Component extends Object
  • 字段详细资料

    • glyphCode

      private final int glyphCode
    • xOffset

      private int xOffset
    • yOffset

      private int yOffset
  • 构造器详细资料

    • Component

      protected Component(int glyphCode, int xOffset, int yOffset)
  • 方法详细资料

    • glyphCode

      public int glyphCode()
    • xOffset

      public int xOffset()
    • yOffset

      public int yOffset()
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • equals

      public boolean equals(Object obj)
      覆盖:
      equals 在类中 Object