|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Graphics
java.awt.Graphics2D
net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
public class Graphics2D2SVG
This Graphics can be used to convert Java drawing (using Graphics2D) into SVG.
Instead of the classical Java Graphics2D, this graphics can be given as argument to
paint methods in order to create an SVG element.
This file is part of LaTeXDraw.
Copyright (c) 2005-2012 Arnaud BLOUIN
LaTeXDraw is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
LaTeXDraw is distributed without any warranty; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more details.
08/03/11
Field Summary | |
---|---|
protected java.awt.Color |
currentColour
The current colour. |
protected java.awt.Stroke |
currentStroke
The current stroke. |
private SVGTransformList |
currentTransforms
The list of the current transformations. |
protected SVGDocument |
document
The SVG document used to created SVG elements. |
protected SVGGElement |
element
The generated SVG G element. |
private SVGPathElement |
lastPathPainted
Corresponds to the last SVG path element created. |
private boolean |
lastPathPaintedFilled
True if the last path was filled. |
Constructor Summary | |
---|---|
Graphics2D2SVG(SVGDocument document)
Creates the converter. |
Method Summary | |
---|---|
void |
addRenderingHints(java.util.Map<?,?> hints)
|
private void |
addTransformation(SVGTransform transformation)
|
protected void |
clearLastPath()
|
void |
clearRect(int x,
int y,
int width,
int height)
|
void |
clip(java.awt.Shape s)
|
void |
clipRect(int x,
int y,
int width,
int height)
|
void |
copyArea(int x,
int y,
int width,
int height,
int dx,
int dy)
|
java.awt.Graphics |
create()
|
void |
dispose()
|
void |
draw(java.awt.Shape sh)
|
void |
drawArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
|
void |
drawGlyphVector(java.awt.font.GlyphVector g,
float x,
float y)
|
void |
drawImage(java.awt.image.BufferedImage img,
java.awt.image.BufferedImageOp op,
int x,
int y)
|
boolean |
drawImage(java.awt.Image img,
java.awt.geom.AffineTransform xform,
java.awt.image.ImageObserver obs)
|
boolean |
drawImage(java.awt.Image img,
int x,
int y,
java.awt.Color bgcolor,
java.awt.image.ImageObserver observer)
|
boolean |
drawImage(java.awt.Image img,
int x,
int y,
java.awt.image.ImageObserver observer)
|
boolean |
drawImage(java.awt.Image img,
int x,
int y,
int width,
int height,
java.awt.Color bgcolor,
java.awt.image.ImageObserver observer)
|
boolean |
drawImage(java.awt.Image img,
int x,
int y,
int width,
int height,
java.awt.image.ImageObserver observer)
|
boolean |
drawImage(java.awt.Image img,
int dx1,
int dy1,
int dx2,
int dy2,
int sx1,
int sy1,
int sx2,
int sy2,
java.awt.Color bgcolor,
java.awt.image.ImageObserver observer)
|
boolean |
drawImage(java.awt.Image img,
int dx1,
int dy1,
int dx2,
int dy2,
int sx1,
int sy1,
int sx2,
int sy2,
java.awt.image.ImageObserver observer)
|
void |
drawLine(int x1,
int y1,
int x2,
int y2)
|
void |
drawOval(int x,
int y,
int width,
int height)
|
void |
drawPolygon(int[] xPoints,
int[] yPoints,
int nPoints)
|
void |
drawPolyline(int[] xPoints,
int[] yPoints,
int nPoints)
|
void |
drawRenderableImage(java.awt.image.renderable.RenderableImage img,
java.awt.geom.AffineTransform xform)
|
void |
drawRenderedImage(java.awt.image.RenderedImage img,
java.awt.geom.AffineTransform xform)
|
void |
drawRoundRect(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight)
|
void |
drawString(java.text.AttributedCharacterIterator iterator,
float x,
float y)
|
void |
drawString(java.text.AttributedCharacterIterator iterator,
int x,
int y)
|
void |
drawString(java.lang.String str,
float x,
float y)
|
void |
drawString(java.lang.String str,
int x,
int y)
|
void |
fill(java.awt.Shape sh)
|
void |
fillArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
|
void |
fillOval(int x,
int y,
int width,
int height)
|
protected void |
fillPaintShape(java.awt.Shape sh,
boolean fill,
boolean draw)
Draws or/and fills the given shape in the SVG element. |
void |
fillPolygon(int[] xPoints,
int[] yPoints,
int nPoints)
|
void |
fillRect(int x,
int y,
int width,
int height)
|
void |
fillRoundRect(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight)
|
java.awt.Color |
getBackground()
|
java.awt.Shape |
getClip()
|
java.awt.Rectangle |
getClipBounds()
|
java.awt.Color |
getColor()
|
java.awt.Composite |
getComposite()
|
java.awt.GraphicsConfiguration |
getDeviceConfiguration()
|
SVGGElement |
getElement()
|
java.awt.Font |
getFont()
|
java.awt.FontMetrics |
getFontMetrics(java.awt.Font f)
|
java.awt.font.FontRenderContext |
getFontRenderContext()
|
java.awt.Paint |
getPaint()
|
java.lang.Object |
getRenderingHint(java.awt.RenderingHints.Key hintKey)
|
java.awt.RenderingHints |
getRenderingHints()
|
java.awt.Stroke |
getStroke()
|
java.awt.geom.AffineTransform |
getTransform()
|
boolean |
hit(java.awt.Rectangle rect,
java.awt.Shape s,
boolean onStroke)
|
void |
rotate(double theta)
|
void |
rotate(double theta,
double x,
double y)
|
void |
scale(double sx,
double sy)
|
void |
setBackground(java.awt.Color color)
|
void |
setClip(int x,
int y,
int width,
int height)
|
void |
setClip(java.awt.Shape clip)
|
void |
setColor(java.awt.Color col)
|
void |
setComposite(java.awt.Composite comp)
|
void |
setFont(java.awt.Font font)
|
void |
setPaint(java.awt.Paint paint)
|
void |
setPaintMode()
|
void |
setRenderingHint(java.awt.RenderingHints.Key hintKey,
java.lang.Object hintValue)
|
void |
setRenderingHints(java.util.Map<?,?> hints)
|
protected void |
setShapeAttributes(SVGElement elt,
boolean fill,
boolean draw)
Sets the current stroke, colour, etc. to the given SVG element. |
protected void |
setShapeDash(SVGElement elt,
float[] dashes)
Sets the dashes of the given SVG element. |
protected void |
setShapeLineCap(SVGElement elt,
int lineCap)
Sets the line cap of the given SVG element. |
protected void |
setShapeLineJoin(SVGElement elt,
int lineJoin)
Sets the line join of the given SVG element. |
protected void |
setShapeStroke(SVGElement elt)
Sets the current stroke to the given SVG element. |
void |
setStroke(java.awt.Stroke stroke)
|
void |
setTransform(java.awt.geom.AffineTransform tx)
|
void |
setXORMode(java.awt.Color c1)
|
void |
shear(double shx,
double shy)
|
void |
transform(java.awt.geom.AffineTransform tx)
|
void |
translate(double tx,
double ty)
|
void |
translate(int x,
int y)
|
Methods inherited from class java.awt.Graphics2D |
---|
draw3DRect, fill3DRect |
Methods inherited from class java.awt.Graphics |
---|
create, drawBytes, drawChars, drawPolygon, drawRect, fillPolygon, finalize, getClipBounds, getClipRect, getFontMetrics, hitClip, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected SVGGElement element
protected SVGDocument document
protected java.awt.Color currentColour
protected java.awt.Stroke currentStroke
private SVGPathElement lastPathPainted
private boolean lastPathPaintedFilled
private SVGTransformList currentTransforms
Constructor Detail |
---|
public Graphics2D2SVG(SVGDocument document)
document
- The SVG document used to created SVG elements.Method Detail |
---|
protected void clearLastPath()
protected void setShapeAttributes(SVGElement elt, boolean fill, boolean draw)
elt
- The SVG element to set.protected void setShapeStroke(SVGElement elt)
elt
- The SVG element to set.protected void setShapeDash(SVGElement elt, float[] dashes)
elt
- The element to set.dashes
- The dashes to set.protected void setShapeLineJoin(SVGElement elt, int lineJoin)
elt
- The element to set.lineJoin
- The Java line join.protected void setShapeLineCap(SVGElement elt, int lineCap)
elt
- The element to set.lineCap
- The Java line cap (line end in Java).public void draw(java.awt.Shape sh)
draw
in class java.awt.Graphics2D
public boolean drawImage(java.awt.Image img, java.awt.geom.AffineTransform xform, java.awt.image.ImageObserver obs)
drawImage
in class java.awt.Graphics2D
public void drawImage(java.awt.image.BufferedImage img, java.awt.image.BufferedImageOp op, int x, int y)
drawImage
in class java.awt.Graphics2D
public void drawRenderedImage(java.awt.image.RenderedImage img, java.awt.geom.AffineTransform xform)
drawRenderedImage
in class java.awt.Graphics2D
public void drawRenderableImage(java.awt.image.renderable.RenderableImage img, java.awt.geom.AffineTransform xform)
drawRenderableImage
in class java.awt.Graphics2D
public void drawString(java.lang.String str, int x, int y)
drawString
in class java.awt.Graphics2D
public void drawString(java.lang.String str, float x, float y)
drawString
in class java.awt.Graphics2D
public void drawString(java.text.AttributedCharacterIterator iterator, int x, int y)
drawString
in class java.awt.Graphics2D
public void drawString(java.text.AttributedCharacterIterator iterator, float x, float y)
drawString
in class java.awt.Graphics2D
public void drawGlyphVector(java.awt.font.GlyphVector g, float x, float y)
drawGlyphVector
in class java.awt.Graphics2D
protected void fillPaintShape(java.awt.Shape sh, boolean fill, boolean draw)
sh
- The shape to draw or/and fill.fill
- True: the shape will be filled.draw
- True: the shape will be drawn.public void fill(java.awt.Shape sh)
fill
in class java.awt.Graphics2D
public boolean hit(java.awt.Rectangle rect, java.awt.Shape s, boolean onStroke)
hit
in class java.awt.Graphics2D
public java.awt.GraphicsConfiguration getDeviceConfiguration()
getDeviceConfiguration
in class java.awt.Graphics2D
public void setComposite(java.awt.Composite comp)
setComposite
in class java.awt.Graphics2D
public void setPaint(java.awt.Paint paint)
setPaint
in class java.awt.Graphics2D
public void setStroke(java.awt.Stroke stroke)
setStroke
in class java.awt.Graphics2D
public void setRenderingHint(java.awt.RenderingHints.Key hintKey, java.lang.Object hintValue)
setRenderingHint
in class java.awt.Graphics2D
public java.lang.Object getRenderingHint(java.awt.RenderingHints.Key hintKey)
getRenderingHint
in class java.awt.Graphics2D
public void setRenderingHints(java.util.Map<?,?> hints)
setRenderingHints
in class java.awt.Graphics2D
public void addRenderingHints(java.util.Map<?,?> hints)
addRenderingHints
in class java.awt.Graphics2D
public java.awt.RenderingHints getRenderingHints()
getRenderingHints
in class java.awt.Graphics2D
public void translate(int x, int y)
translate
in class java.awt.Graphics2D
public void translate(double tx, double ty)
translate
in class java.awt.Graphics2D
public void rotate(double theta)
rotate
in class java.awt.Graphics2D
private void addTransformation(SVGTransform transformation)
public void rotate(double theta, double x, double y)
rotate
in class java.awt.Graphics2D
public void scale(double sx, double sy)
scale
in class java.awt.Graphics2D
public void shear(double shx, double shy)
shear
in class java.awt.Graphics2D
public void transform(java.awt.geom.AffineTransform tx)
transform
in class java.awt.Graphics2D
public void setTransform(java.awt.geom.AffineTransform tx)
setTransform
in class java.awt.Graphics2D
public java.awt.geom.AffineTransform getTransform()
getTransform
in class java.awt.Graphics2D
public java.awt.Paint getPaint()
getPaint
in class java.awt.Graphics2D
public java.awt.Composite getComposite()
getComposite
in class java.awt.Graphics2D
public void setBackground(java.awt.Color color)
setBackground
in class java.awt.Graphics2D
public java.awt.Color getBackground()
getBackground
in class java.awt.Graphics2D
public java.awt.Stroke getStroke()
getStroke
in class java.awt.Graphics2D
public void clip(java.awt.Shape s)
clip
in class java.awt.Graphics2D
public java.awt.font.FontRenderContext getFontRenderContext()
getFontRenderContext
in class java.awt.Graphics2D
public java.awt.Graphics create()
create
in class java.awt.Graphics
public java.awt.Color getColor()
getColor
in class java.awt.Graphics
public void setColor(java.awt.Color col)
setColor
in class java.awt.Graphics
public void setPaintMode()
setPaintMode
in class java.awt.Graphics
public void setXORMode(java.awt.Color c1)
setXORMode
in class java.awt.Graphics
public java.awt.Font getFont()
getFont
in class java.awt.Graphics
public void setFont(java.awt.Font font)
setFont
in class java.awt.Graphics
public java.awt.FontMetrics getFontMetrics(java.awt.Font f)
getFontMetrics
in class java.awt.Graphics
public java.awt.Rectangle getClipBounds()
getClipBounds
in class java.awt.Graphics
public void clipRect(int x, int y, int width, int height)
clipRect
in class java.awt.Graphics
public void setClip(int x, int y, int width, int height)
setClip
in class java.awt.Graphics
public java.awt.Shape getClip()
getClip
in class java.awt.Graphics
public void setClip(java.awt.Shape clip)
setClip
in class java.awt.Graphics
public void copyArea(int x, int y, int width, int height, int dx, int dy)
copyArea
in class java.awt.Graphics
public void drawLine(int x1, int y1, int x2, int y2)
drawLine
in class java.awt.Graphics
public void fillRect(int x, int y, int width, int height)
fillRect
in class java.awt.Graphics
public void clearRect(int x, int y, int width, int height)
clearRect
in class java.awt.Graphics
public void drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)
drawRoundRect
in class java.awt.Graphics
public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)
fillRoundRect
in class java.awt.Graphics
public void drawOval(int x, int y, int width, int height)
drawOval
in class java.awt.Graphics
public void fillOval(int x, int y, int width, int height)
fillOval
in class java.awt.Graphics
public void drawArc(int x, int y, int width, int height, int startAngle, int arcAngle)
drawArc
in class java.awt.Graphics
public void fillArc(int x, int y, int width, int height, int startAngle, int arcAngle)
fillArc
in class java.awt.Graphics
public void drawPolyline(int[] xPoints, int[] yPoints, int nPoints)
drawPolyline
in class java.awt.Graphics
public void drawPolygon(int[] xPoints, int[] yPoints, int nPoints)
drawPolygon
in class java.awt.Graphics
public void fillPolygon(int[] xPoints, int[] yPoints, int nPoints)
fillPolygon
in class java.awt.Graphics
public boolean drawImage(java.awt.Image img, int x, int y, java.awt.image.ImageObserver observer)
drawImage
in class java.awt.Graphics
public boolean drawImage(java.awt.Image img, int x, int y, int width, int height, java.awt.image.ImageObserver observer)
drawImage
in class java.awt.Graphics
public boolean drawImage(java.awt.Image img, int x, int y, java.awt.Color bgcolor, java.awt.image.ImageObserver observer)
drawImage
in class java.awt.Graphics
public boolean drawImage(java.awt.Image img, int x, int y, int width, int height, java.awt.Color bgcolor, java.awt.image.ImageObserver observer)
drawImage
in class java.awt.Graphics
public boolean drawImage(java.awt.Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, java.awt.image.ImageObserver observer)
drawImage
in class java.awt.Graphics
public boolean drawImage(java.awt.Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, java.awt.Color bgcolor, java.awt.image.ImageObserver observer)
drawImage
in class java.awt.Graphics
public void dispose()
dispose
in class java.awt.Graphics
public SVGGElement getElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |