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

Class Pos

+
+
+ +
+
    +
  • +
    +
    +
    public class Pos
    +extends java.lang.Object
    +
    Encapsulation of a position on a PDF page.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      floatx 
      floaty 
      floatz 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      Pos() +
      Default constructor.
      +
      Pos(float xx, + float yy, + float zz) +
      Constructor that sets the coordinates.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringtoString() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        x

        +
        public float x
        +
      • +
      + + + +
        +
      • +

        y

        +
        public float y
        +
      • +
      + + + +
        +
      • +

        z

        +
        public float z
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Pos

        +
        public Pos()
        +
        Default constructor.
        +
      • +
      + + + +
        +
      • +

        Pos

        +
        public Pos(float xx,
        +   float yy,
        +   float zz)
        +
        Constructor that sets the coordinates.
        +
        Parameters:
        xx -
        yy -
        zz -
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        See Also:
        Object.toString()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3