| java.lang.Object | |||
| org.apache.harmony.awt.gl.CommonGraphics2DFactory | GraphicsFactory | ||
| android.awt.AndroidGraphicsFactory | |||
Constants inherited
from interface
org.apache.harmony.awt.wtk.GraphicsFactory
Fields inherited
from class
org.apache.harmony.awt.gl.CommonGraphics2DFactory
| AndroidGraphicsFactory() |
| GraphicsEnvironment | createGraphicsEnvironment(WindowFactory wf) | ||||
| Font | embedFont(String fontFilePath) | ||||
| Embeds font from gile with specified path into the system. | |||||
| FontManager | getFontManager() | ||||
| FontMetrics | getFontMetrics(Font font) | ||||
| Returns FontMetrics object that keeps metrics of the specified font. | |||||
| FontPeer | getFontPeer(Font font) | ||||
| Graphics2D | getGraphics2D(Canvas c, Paint p) | ||||
| Graphics2D | getGraphics2D(NativeWindow win, int translateX, int translateY, MultiRectArea clip) | ||||
| Graphics2D | getGraphics2D() | ||||
| Graphics2D | getGraphics2D(NativeWindow win, int translateX, int translateY, int width, int height) | ||||
Methods inherited
from class
org.apache.harmony.awt.gl.CommonGraphics2DFactory
Methods inherited
from class
java.lang.Object
Methods inherited
from interface
org.apache.harmony.awt.wtk.GraphicsFactory
| fontFilePath | path to the font file |
|---|
| font | specified Font |
|---|