Documentation of 'net.sourceforge.plantuml.tikz.TikzGraphics' Java class
TikzGraphics
net.sourceforge.plantuml.tikz

Class TikzGraphics



  • public class TikzGraphics
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      TikzGraphics(double scale, boolean withPreamble) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void closeLink() 
      void createData(java.io.OutputStream os) 
      void drawPathIterator(double x, double y, java.awt.geom.PathIterator path) 
      void drawSingleCharacter(double x, double y, char c) 
      void ellipse(double x, double y, double width, double height) 
      void line(double x1, double y1, double x2, double y2) 
      void openLink(java.lang.String url, java.lang.String title) 
      void polygon(double[] points) 
      void rectangle(double x, double y, double width, double height) 
      void rectangleRound(double x, double y, double width, double height, double r) 
      void setFillColor(java.awt.Color c) 
      void setGradientColor(java.awt.Color c1, java.awt.Color c2, char policy) 
      void setStrokeColor(java.awt.Color c) 
      void setStrokeWidth(double thickness, java.lang.String dash) 
      void text(double x, double y, java.lang.String text, boolean underline, boolean italic, boolean bold) 
      void upath(double x, double y, UPath path) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TikzGraphics

        public TikzGraphics(double scale,
                            boolean withPreamble)
    • Method Detail

      • createData

        public void createData(java.io.OutputStream os)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • rectangle

        public void rectangle(double x,
                              double y,
                              double width,
                              double height)
      • text

        public void text(double x,
                         double y,
                         java.lang.String text,
                         boolean underline,
                         boolean italic,
                         boolean bold)
      • line

        public void line(double x1,
                         double y1,
                         double x2,
                         double y2)
      • polygon

        public void polygon(double[] points)
      • rectangleRound

        public void rectangleRound(double x,
                                   double y,
                                   double width,
                                   double height,
                                   double r)
      • upath

        public void upath(double x,
                          double y,
                          UPath path)
      • ellipse

        public void ellipse(double x,
                            double y,
                            double width,
                            double height)
      • drawSingleCharacter

        public void drawSingleCharacter(double x,
                                        double y,
                                        char c)
      • drawPathIterator

        public void drawPathIterator(double x,
                                     double y,
                                     java.awt.geom.PathIterator path)
      • setFillColor

        public void setFillColor(java.awt.Color c)
      • setGradientColor

        public void setGradientColor(java.awt.Color c1,
                                     java.awt.Color c2,
                                     char policy)
      • setStrokeColor

        public void setStrokeColor(java.awt.Color c)
      • setStrokeWidth

        public void setStrokeWidth(double thickness,
                                   java.lang.String dash)
      • openLink

        public void openLink(java.lang.String url,
                             java.lang.String title)
      • closeLink

        public void closeLink()

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.