Class PdfCanvasConstants


  • public class PdfCanvasConstants
    extends java.lang.Object
    A container for constants defined in the PDF specification (ISO 32000-1).
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  PdfCanvasConstants.FillingRule
      Rule for determining which points lie inside a path.
      static class  PdfCanvasConstants.LineCapStyle
      The line cap style specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.
      static class  PdfCanvasConstants.LineJoinStyle
      The line join style specifies the shape to be used at the corners of paths that are stroked.
      static class  PdfCanvasConstants.TextRenderingMode
      The text rendering mode determines whether showing text causes glyph outlines to be stroked, filled, used as a clipping boundary, or some combination of the three.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PdfCanvasConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • PdfCanvasConstants

        private PdfCanvasConstants()