org.xith3d.loaders.texture
Class TextureCreator.TextMetrics
java.lang.Object
java.awt.geom.Dimension2D
java.awt.Dimension
org.xith3d.loaders.texture.TextureCreator.TextMetrics
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
- Enclosing class:
- TextureCreator
public static class TextureCreator.TextMetrics
- extends java.awt.Dimension
- See Also:
- Serialized Form
| Fields inherited from class java.awt.Dimension |
height, width |
| Methods inherited from class java.awt.Dimension |
equals, getHeight, getSize, getWidth, hashCode, setSize, setSize, setSize, toString |
| Methods inherited from class java.awt.geom.Dimension2D |
clone, setSize |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
TextureCreator.TextMetrics
public TextureCreator.TextMetrics(int width,
int height,
int[] lineWidths,
int lineHeight,
int ascend,
int descend)
getLineHeight
public final int getLineHeight()
getAscend
public final int getAscend()
getDescend
public final int getDescend()