From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../pdf/operator/path/construction/MoveTo.html | 305 +++++++++++++++++++++ 1 file changed, 305 insertions(+) create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/MoveTo.html (limited to 'docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/MoveTo.html') diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/MoveTo.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/MoveTo.html new file mode 100644 index 00000000..89699958 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/MoveTo.html @@ -0,0 +1,305 @@ + + + + + +MoveTo + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.construction
+

Class MoveTo

+
+
+ +
+
    +
  • +
    +
    +
    public class MoveTo
    +extends PathConstructionOperatorProcessor
    +
    Begin a new subpath by moving the current point to coordinates (x, y), omitting any connecting line segment. If the + previous path construction operator in the current path was also m, the new m overrides it; no vestige of the + previous m operation remains in the path.
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.2 'Path Construction Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      MoveTo(PDFPage context) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      + +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MoveTo

        +
        public MoveTo(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3