Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.movie
Class FontDefinition.Glyph  view FontDefinition.Glyph download FontDefinition.Glyph.java

java.lang.Object
  extended bycom.anotherbigidea.flash.movie.FontDefinition.Glyph
Enclosing class:
FontDefinition

public static class FontDefinition.Glyph
extends java.lang.Object

A Glyph within the font.


Field Summary
protected  double advance
           
protected  int code
           
protected  Shape shape
           
 
Constructor Summary
FontDefinition.Glyph(Shape shape, double advance, int code)
           
 
Method Summary
 double getAdvance()
           
 int getCode()
           
 Shape getShape()
           
 void setAdvance(double advance)
           
 void setCode(int code)
           
 void setShape(Shape shape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

protected int code

advance

protected double advance

shape

protected Shape shape
Constructor Detail

FontDefinition.Glyph

public FontDefinition.Glyph(Shape shape,
                            double advance,
                            int code)
Method Detail

getShape

public Shape getShape()

getCode

public int getCode()

getAdvance

public double getAdvance()

setShape

public void setShape(Shape shape)

setCode

public void setCode(int code)

setAdvance

public void setAdvance(double advance)