From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../api/sign/pos/axis/AbsoluteAxisAlgorithm.html | 313 +++++++++++++++++++++ .../pdfas/api/sign/pos/axis/AutoAxisAlgorithm.html | 238 ++++++++++++++++ .../pdfas/api/sign/pos/axis/AxisAlgorithm.html | 237 ++++++++++++++++ .../pdfas/api/sign/pos/axis/package-frame.html | 21 ++ .../pdfas/api/sign/pos/axis/package-summary.html | 145 ++++++++++ .../egiz/pdfas/api/sign/pos/axis/package-tree.html | 131 +++++++++ 6 files changed, 1085 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AbsoluteAxisAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AutoAxisAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AxisAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-tree.html (limited to 'docs/full/at/gv/egiz/pdfas/api/sign/pos/axis') diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AbsoluteAxisAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AbsoluteAxisAlgorithm.html new file mode 100644 index 00000000..d5f9f4ea --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AbsoluteAxisAlgorithm.html @@ -0,0 +1,313 @@ + + + + + +AbsoluteAxisAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.axis
+

Class AbsoluteAxisAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class AbsoluteAxisAlgorithm
    +extends AxisAlgorithm
    +implements java.io.Serializable
    +
    An absolute positioned element.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected floatabsoluteValue +
      The absolute positioning value on the axis.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AbsoluteAxisAlgorithm(float absoluteValue) +
      Constructor.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      floatgetAbsoluteValue() +
      Returns absolute positioning value on the axis.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        absoluteValue

        +
        protected float absoluteValue
        +
        The absolute positioning value on the axis.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbsoluteAxisAlgorithm

        +
        public AbsoluteAxisAlgorithm(float absoluteValue)
        +
        Constructor.
        +
        Parameters:
        absoluteValue - The absolute positioning value on the axis.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getAbsoluteValue

        +
        public float getAbsoluteValue()
        +
        Returns absolute positioning value on the axis.
        +
        Returns:
        the absoluteValue Returns absolute positioning value on the axis.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AutoAxisAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AutoAxisAlgorithm.html new file mode 100644 index 00000000..bafb60b1 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AutoAxisAlgorithm.html @@ -0,0 +1,238 @@ + + + + + +AutoAxisAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.axis
+

Class AutoAxisAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class AutoAxisAlgorithm
    +extends AxisAlgorithm
    +implements java.io.Serializable
    +
    Auto positioning for this element.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AutoAxisAlgorithm() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        AutoAxisAlgorithm

        +
        public AutoAxisAlgorithm()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AxisAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AxisAlgorithm.html new file mode 100644 index 00000000..16577a71 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AxisAlgorithm.html @@ -0,0 +1,237 @@ + + + + + +AxisAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.axis
+

Class AxisAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    Direct Known Subclasses:
    +
    AbsoluteAxisAlgorithm, AutoAxisAlgorithm
    +
    +
    +
    +
    public abstract class AxisAlgorithm
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    Determines how a certain position is chosen on the axis (x, y, width).
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AxisAlgorithm() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        AxisAlgorithm

        +
        public AxisAlgorithm()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-frame.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-frame.html new file mode 100644 index 00000000..83c62186 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-frame.html @@ -0,0 +1,21 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos.axis + + + + +

at.gv.egiz.pdfas.api.sign.pos.axis

+
+

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-summary.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-summary.html new file mode 100644 index 00000000..9b1e7560 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-summary.html @@ -0,0 +1,145 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos.axis + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.api.sign.pos.axis

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-tree.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-tree.html new file mode 100644 index 00000000..d51d3283 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-tree.html @@ -0,0 +1,131 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos.axis Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.api.sign.pos.axis

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + -- cgit v1.2.3