|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.TtfTableGLYF.CompositeComp
public static class TtfTableGLYF.CompositeComp
Composite comp
| Field Summary | |
|---|---|
static short |
ARG_1_AND_2_ARE_WORDS
ARG_1_AND_2_ARE_WORDS |
static short |
ARGS_ARE_XY_VALUES
ARGS_ARE_XY_VALUES |
static short |
MORE_COMPONENTS
MORE_COMPONENTS |
static short |
ROUND_XY_TO_GRID
ROUND_XY_TO_GRID |
static short |
USE_MY_METRICS
USE_MY_METRICS |
static short |
WE_HAVE_A_SCALE
WE_HAVE_A_SCALE |
static short |
WE_HAVE_A_TWO_BY_TWO
WE_HAVE_A_TWO_BY_TWO |
static short |
WE_HAVE_AN_X_AND_Y_SCALE
WE_HAVE_AN_X_AND_Y_SCALE |
static short |
WE_HAVE_INSTRUCTIONS
WE_HAVE_INSTRUCTIONS |
| Method Summary | |
|---|---|
short |
getArgument1()
Returns the argument 1. |
short |
getArgument2()
Returns the argument 2. |
int |
getFirstContour()
Returns the first contour. |
int |
getFirstIndex()
Returns the first index. |
short |
getFlags()
Returns the flags. |
short |
getGlyphIndex()
Returns the glyph index. |
int |
getPoint1()
Getter for point1. |
int |
getPoint2()
Getter for point2. |
double |
getScale01()
Returns the scale 1. |
double |
getScale10()
Returns the scale 0. |
double |
getXScale()
Returns the x scale. |
int |
getXTranslate()
Returns the x translate. |
double |
getYScale()
Returns the y scale. |
int |
getYTranslate()
Returns the y translate. |
int |
scaleX(int x,
int y)
Transforms an x-coordinate of a point for this component. |
int |
scaleY(int x,
int y)
Transforms a y-coordinate of a point for this component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final short ARG_1_AND_2_ARE_WORDS
public static final short ARGS_ARE_XY_VALUES
public static final short MORE_COMPONENTS
public static final short ROUND_XY_TO_GRID
public static final short USE_MY_METRICS
public static final short WE_HAVE_A_SCALE
public static final short WE_HAVE_A_TWO_BY_TWO
public static final short WE_HAVE_AN_X_AND_Y_SCALE
public static final short WE_HAVE_INSTRUCTIONS
| Method Detail |
|---|
public short getArgument1()
public short getArgument2()
public int getFirstContour()
public int getFirstIndex()
public short getFlags()
public short getGlyphIndex()
public int getPoint1()
public int getPoint2()
public double getScale01()
public double getScale10()
public double getXScale()
public int getXTranslate()
public double getYScale()
public int getYTranslate()
public int scaleX(int x,
int y)
x - The x-coordinate of the point to transformy - The y-coordinate of the point to transform
public int scaleY(int x,
int y)
x - The x-coordinate of the point to transformy - The y-coordinate of the point to transform
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||