public class CharMetric extends Object
Constructor and Description |
---|
CharMetric() |
Modifier and Type | Method and Description |
---|---|
void |
addLigature(Ligature ligature)
This will add an entry to the list of ligatures.
|
BoundingBox |
getBoundingBox()
Getter for property boundingBox.
|
int |
getCharacterCode()
Getter for property characterCode.
|
List<Ligature> |
getLigatures()
Getter for property ligatures.
|
String |
getName()
Getter for property name.
|
float[] |
getVv()
Getter for property vv.
|
float[] |
getW()
Getter for property w.
|
float[] |
getW0()
Getter for property w0.
|
float |
getW0x()
Getter for property w0x.
|
float |
getW0y()
Getter for property w0y.
|
float[] |
getW1()
Getter for property w1.
|
float |
getW1x()
Getter for property w1x.
|
float |
getW1y()
Getter for property w1y.
|
float |
getWx()
Getter for property wx.
|
float |
getWy()
Getter for property wy.
|
void |
setBoundingBox(BoundingBox bBox)
Setter for property boundingBox.
|
void |
setCharacterCode(int cCode)
Setter for property characterCode.
|
void |
setLigatures(List<Ligature> lig)
Setter for property ligatures.
|
void |
setName(String n)
Setter for property name.
|
void |
setVv(float[] vvValue)
Setter for property vv.
|
void |
setW(float[] wValue)
Setter for property w.
|
void |
setW0(float[] w0Value)
Setter for property w0.
|
void |
setW0x(float w0xValue)
Setter for property w0x.
|
void |
setW0y(float w0yValue)
Setter for property w0y.
|
void |
setW1(float[] w1Value)
Setter for property w1.
|
void |
setW1x(float w1xValue)
Setter for property w1x.
|
void |
setW1y(float w1yValue)
Setter for property w1y.
|
void |
setWx(float wxValue)
Setter for property wx.
|
void |
setWy(float wyValue)
Setter for property wy.
|
public BoundingBox getBoundingBox()
public void setBoundingBox(BoundingBox bBox)
bBox
- New value of property boundingBox.public int getCharacterCode()
public void setCharacterCode(int cCode)
cCode
- New value of property characterCode.public void addLigature(Ligature ligature)
ligature
- The ligature to add.public List<Ligature> getLigatures()
public void setLigatures(List<Ligature> lig)
lig
- New value of property ligatures.public String getName()
public void setName(String n)
n
- New value of property name.public float[] getVv()
public void setVv(float[] vvValue)
vvValue
- New value of property vv.public float[] getW()
public void setW(float[] wValue)
wValue
- New value of property w.public float[] getW0()
public void setW0(float[] w0Value)
w0Value
- New value of property w0.public float getW0x()
public void setW0x(float w0xValue)
w0xValue
- New value of property w0x.public float getW0y()
public void setW0y(float w0yValue)
w0yValue
- New value of property w0y.public float[] getW1()
public void setW1(float[] w1Value)
w1Value
- New value of property w1.public float getW1x()
public void setW1x(float w1xValue)
w1xValue
- New value of property w1x.public float getW1y()
public void setW1y(float w1yValue)
w1yValue
- New value of property w1y.public float getWx()
public void setWx(float wxValue)
wxValue
- New value of property wx.public float getWy()
public void setWy(float wyValue)
wyValue
- New value of property wy.Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.