|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jeuclid.xmlgraphics.Graphics2DImagePainterMathML
public class Graphics2DImagePainterMathML
Actually draw an JEuclidView.
Constructor Summary | |
---|---|
Graphics2DImagePainterMathML(JEuclidView theView,
Dimension dim,
float asc)
Default Constructor. |
Method Summary | |
---|---|
static org.apache.xmlgraphics.java2d.Graphics2DImagePainter |
createGraphics2DImagePainter(Document document)
Create a new Graphics2DImagePainter for the given Document. |
Dimension |
getImageSize()
|
void |
paint(Graphics2D graphics2d,
Rectangle2D rectangle2d)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Graphics2DImagePainterMathML(JEuclidView theView, Dimension dim, float asc)
theView
- JEuclidView
to paint.dim
- Dimension of the view.asc
- Ascent of the view.Method Detail |
---|
public static org.apache.xmlgraphics.java2d.Graphics2DImagePainter createGraphics2DImagePainter(Document document)
Graphics2DImagePainter
for the given Document.
document
- A MathML DOM Document.
Graphics2DImagePainter
.public Dimension getImageSize()
getImageSize
in interface org.apache.xmlgraphics.java2d.Graphics2DImagePainter
public void paint(Graphics2D graphics2d, Rectangle2D rectangle2d)
paint
in interface org.apache.xmlgraphics.java2d.Graphics2DImagePainter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |