public class BatikMethods extends Object
Constructor and Description |
---|
BatikMethods() |
Modifier and Type | Method and Description |
---|---|
void |
_paintTextByWidthHeight(org.apache.batik.svggen.SVGGraphics2D g2d,
int x1,
int y1,
int width,
int height,
String text,
int style,
int size,
Color fontColor) |
void |
drawArrow(org.apache.batik.svggen.SVGGraphics2D g2d,
org.apache.openmeetings.util.geom.GeomPoint start,
org.apache.openmeetings.util.geom.GeomPoint end,
float thickness,
float alpha,
Color linecoler,
Color fillColor) |
void |
drawLine(Graphics2D g2d,
Double x1,
Double y1,
Double x2,
Double y2,
Color lineColor,
int size,
double xObj,
double yObj,
float alpha) |
void |
drawPointsObject(Graphics2D g2d,
List pointsList,
Color lineColor,
int size,
double xObj,
double yObj,
float alpha) |
void |
drawText(org.apache.batik.svggen.SVGGraphics2D g2d,
int x,
int y,
int width,
int height,
String text,
String default_export_font,
int style,
int size,
Color fontColor,
Document document) |
void |
drawTextByJTextArea(Graphics2D g2d,
int x,
int y,
int width,
int height,
String text,
String default_export_font,
int style,
int size,
Color fontColor) |
void |
drawTextByString(org.apache.batik.svggen.SVGGraphics2D g2d,
int x,
int y,
int width,
int height,
String text,
String default_export_font,
int style,
int size,
Color fontColor) |
void |
drawThickLine(Graphics2D g2d,
int x1,
int y1,
int x2,
int y2,
int width,
Color c) |
void |
drawThickLine2D(Graphics2D g2d,
double x1,
double y1,
double x2,
double y2,
int width,
Color c,
double xObj,
double yObj,
float alpha) |
void |
drawThickLine2DPaint(Graphics2D g2d,
double x1,
double y1,
double x2,
double y2,
int width,
Color c,
double xObj,
double yObj,
float alpha) |
void |
paintEllipse2D(Graphics2D g2d,
double x,
double y,
double width,
double height,
Color linecoler,
int thickness,
Color fillColor,
float alpha) |
void |
paintLine(Graphics2D g2d,
int x1,
int y1,
int x2,
int y2,
Color col) |
void |
paintRect(Graphics2D g2d,
int x,
int y,
int width,
int height,
Color linecoler,
int thickness,
Color fillColor) |
void |
paintRect2D(Graphics2D g2d,
double x,
double y,
double width,
double height,
Color linecoler,
int thickness,
Color fillColor,
float alpha) |
void |
paintTextByWidthHeight(org.apache.batik.svggen.SVGGraphics2D g2d,
int x1,
int y1,
int width,
int height,
String text,
int style,
int size,
Color fontColor) |
void |
paintTextByWidthHeightAndDocument(org.apache.batik.svggen.SVGGraphics2D g2d,
int x1,
int y1,
int width,
int height,
String text,
int style,
int size,
Color fontColor,
Document document) |
String |
workAroundPixelErrorInSVG(String xmlDef) |
public void paintTextByWidthHeight(org.apache.batik.svggen.SVGGraphics2D g2d, int x1, int y1, int width, int height, String text, int style, int size, Color fontColor) throws Exception
Exception
public void _paintTextByWidthHeight(org.apache.batik.svggen.SVGGraphics2D g2d, int x1, int y1, int width, int height, String text, int style, int size, Color fontColor) throws Exception
Exception
public void drawPointsObject(Graphics2D g2d, List pointsList, Color lineColor, int size, double xObj, double yObj, float alpha) throws Exception
Exception
public void drawLine(Graphics2D g2d, Double x1, Double y1, Double x2, Double y2, Color lineColor, int size, double xObj, double yObj, float alpha) throws Exception
Exception
public void paintEllipse2D(Graphics2D g2d, double x, double y, double width, double height, Color linecoler, int thickness, Color fillColor, float alpha) throws Exception
Exception
public void paintRect2D(Graphics2D g2d, double x, double y, double width, double height, Color linecoler, int thickness, Color fillColor, float alpha) throws Exception
Exception
public void paintRect(Graphics2D g2d, int x, int y, int width, int height, Color linecoler, int thickness, Color fillColor) throws Exception
Exception
public void paintLine(Graphics2D g2d, int x1, int y1, int x2, int y2, Color col) throws Exception
Exception
public void drawThickLine2DPaint(Graphics2D g2d, double x1, double y1, double x2, double y2, int width, Color c, double xObj, double yObj, float alpha) throws Exception
Exception
public void drawThickLine2D(Graphics2D g2d, double x1, double y1, double x2, double y2, int width, Color c, double xObj, double yObj, float alpha) throws Exception
Exception
public void drawThickLine(Graphics2D g2d, int x1, int y1, int x2, int y2, int width, Color c) throws Exception
Exception
public void paintTextByWidthHeightAndDocument(org.apache.batik.svggen.SVGGraphics2D g2d, int x1, int y1, int width, int height, String text, int style, int size, Color fontColor, Document document) throws Exception
Exception
public void drawText(org.apache.batik.svggen.SVGGraphics2D g2d, int x, int y, int width, int height, String text, String default_export_font, int style, int size, Color fontColor, Document document) throws Exception
Exception
public void drawTextByString(org.apache.batik.svggen.SVGGraphics2D g2d, int x, int y, int width, int height, String text, String default_export_font, int style, int size, Color fontColor) throws Exception
Exception
public void drawTextByJTextArea(Graphics2D g2d, int x, int y, int width, int height, String text, String default_export_font, int style, int size, Color fontColor) throws Exception
Exception
public void drawArrow(org.apache.batik.svggen.SVGGraphics2D g2d, org.apache.openmeetings.util.geom.GeomPoint start, org.apache.openmeetings.util.geom.GeomPoint end, float thickness, float alpha, Color linecoler, Color fillColor)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.