From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../at/knowcenter/wag/egov/egiz/table/Entry.html | 553 +++++++++ .../wag/egov/egiz/table/Style.ImageScaleToFit.html | 375 ++++++ .../at/knowcenter/wag/egov/egiz/table/Style.html | 1204 ++++++++++++++++++++ .../at/knowcenter/wag/egov/egiz/table/Table.html | 439 +++++++ .../wag/egov/egiz/table/package-frame.html | 22 + .../wag/egov/egiz/table/package-summary.html | 151 +++ .../wag/egov/egiz/table/package-tree.html | 129 +++ 7 files changed, 2873 insertions(+) create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/table/Entry.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/table/Style.ImageScaleToFit.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/table/Style.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/table/Table.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/table/package-frame.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/table/package-summary.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/table/package-tree.html (limited to 'docs/full/at/knowcenter/wag/egov/egiz/table') diff --git a/docs/full/at/knowcenter/wag/egov/egiz/table/Entry.html b/docs/full/at/knowcenter/wag/egov/egiz/table/Entry.html new file mode 100644 index 00000000..298139f9 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/table/Entry.html @@ -0,0 +1,553 @@ + + + + + +Entry + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.table
+

Class Entry

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class Entry
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    This class implements a table entry for different types. A table entry can be + styled and setting there column dimensions. The default value for the column + dimension is 1. To declare the type of the entry use the public + TYPE_ definitions.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static intTYPE_CAPTION +
      Type for a text entry.
      +
      static intTYPE_IMAGE +
      Type for an image entry.
      +
      static intTYPE_TABLE +
      Type for a table entry.
      +
      static intTYPE_VALUE +
      Type for a text entry.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      Entry() +
      The empty constructor.
      +
      Entry(int type, + java.lang.Object value, + java.lang.String key) +
      A constructor setting the type and the value.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetColSpan() 
      java.lang.StringgetKey() 
      StylegetStyle() 
      intgetType() 
      java.lang.ObjectgetValue() 
      booleanisNoWrap() 
      voidsetColSpan(int colSpan) 
      voidsetKey(java.lang.String key) 
      voidsetNoWrap(boolean noWrap) 
      voidsetStyle(Style style) 
      voidsetType(int type) 
      voidsetValue(java.lang.Object value) 
      java.lang.StringtoString() +
      The toString method, used for tests or debugging.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        Entry

        +
        public Entry()
        +
        The empty constructor.
        +
      • +
      + + + +
        +
      • +

        Entry

        +
        public Entry(int type,
        +     java.lang.Object value,
        +     java.lang.String key)
        +
        A constructor setting the type and the value.
        +
        Parameters:
        type - the entry type to set
        value - the entry value to set
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getStyle

        +
        public Style getStyle()
        +
        Returns:
        Returns the entry style.
        +
      • +
      + + + +
        +
      • +

        setStyle

        +
        public void setStyle(Style style)
        +
        Parameters:
        style - The style to set.
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public int getType()
        +
        Returns:
        Returns the entry type.
        +
      • +
      + + + +
        +
      • +

        setType

        +
        public void setType(int type)
        +
        Parameters:
        type - The type to set.
        +
      • +
      + + + +
        +
      • +

        getValue

        +
        public java.lang.Object getValue()
        +
        Returns:
        Returns the entry value.
        +
      • +
      + + + +
        +
      • +

        setValue

        +
        public void setValue(java.lang.Object value)
        +
        Parameters:
        value - The value to set.
        +
      • +
      + + + +
        +
      • +

        getKey

        +
        public java.lang.String getKey()
        +
        Returns:
        Returns the key.
        +
      • +
      + + + +
        +
      • +

        setKey

        +
        public void setKey(java.lang.String key)
        +
        Parameters:
        key - The key to set.
        +
      • +
      + + + +
        +
      • +

        getColSpan

        +
        public int getColSpan()
        +
        Returns:
        Returns the colSpan.
        +
      • +
      + + + +
        +
      • +

        setColSpan

        +
        public void setColSpan(int colSpan)
        +
        Parameters:
        colSpan - The colSpan to set.
        +
      • +
      + + + +
        +
      • +

        isNoWrap

        +
        public boolean isNoWrap()
        +
        Returns:
        Returns the wrap indicator.
        +
      • +
      + + + +
        +
      • +

        setNoWrap

        +
        public void setNoWrap(boolean noWrap)
        +
        Parameters:
        noWrap - The wrap indicator to set.
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        The toString method, used for tests or debugging.
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/table/Style.ImageScaleToFit.html b/docs/full/at/knowcenter/wag/egov/egiz/table/Style.ImageScaleToFit.html new file mode 100644 index 00000000..2eb3c4cb --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/table/Style.ImageScaleToFit.html @@ -0,0 +1,375 @@ + + + + + +Style.ImageScaleToFit + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.table
+

Class Style.ImageScaleToFit

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    Style
    +
    +
    +
    +
    public static class Style.ImageScaleToFit
    +extends java.lang.Object
    +
    Holds the width and the height an image can be scaled to fit.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected floatheight +
      The height.
      +
      protected floatwidth +
      The width.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Style.ImageScaleToFit(float width, + float height) +
      Constructor.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      floatgetHeight() +
      Returns the height.
      +
      floatgetWidth() +
      Returns the width.
      +
      voidsetHeight(float height) +
      Sets the height.
      +
      voidsetWidth(float width) +
      Sets the width.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        width

        +
        protected float width
        +
        The width.
        +
      • +
      + + + +
        +
      • +

        height

        +
        protected float height
        +
        The height.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Style.ImageScaleToFit

        +
        public Style.ImageScaleToFit(float width,
        +                     float height)
        +
        Constructor.
        +
        Parameters:
        width - The width.
        height - The height.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getWidth

        +
        public float getWidth()
        +
        Returns the width.
        +
        Returns:
        Returns the width.
        +
      • +
      + + + +
        +
      • +

        setWidth

        +
        public void setWidth(float width)
        +
        Sets the width.
        +
        Parameters:
        width - The width to set.
        +
      • +
      + + + +
        +
      • +

        getHeight

        +
        public float getHeight()
        +
        Returns the height.
        +
        Returns:
        Returns the height.
        +
      • +
      + + + +
        +
      • +

        setHeight

        +
        public void setHeight(float height)
        +
        Sets the height.
        +
        Parameters:
        height - The height to set.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/table/Style.html b/docs/full/at/knowcenter/wag/egov/egiz/table/Style.html new file mode 100644 index 00000000..5c55753f --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/table/Style.html @@ -0,0 +1,1204 @@ + + + + + +Style + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.table
+

Class Style

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class Style
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    This class implements an abstract style definiton used in tables or table entrys. Predefined + values exists for valign and halign. Color definitions uses the native awt color declarations. +
    + The predefined keys are used in the setting definition file to style tables and table entries. +
    + It provides an static method to inherit style informations from a given style object. + doInherit(at.knowcenter.wag.egov.egiz.table.Style, at.knowcenter.wag.egov.egiz.table.Style)
    +
    See Also:
    Color, +Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class Style.ImageScaleToFit +
      Holds the width and the height an image can be scaled to fit.
      +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.lang.StringBGCOLOR +
      bgcolor key
      +
      static java.lang.StringBOLD +
      Font type BOLD
      +
      static java.lang.StringBOLDITALIC +
      Font type BOLDITALIC
      +
      static java.lang.StringBORDER +
      border key, default border = 1;
      + The border value is one value for all border lines of an entry or table!
      + No separte definitions for top, right, bottom or left are possible.
      +
      static java.lang.StringBOTTOM +
      valign statement key bottom
      +
      static java.lang.StringCENTER +
      halign statement key center
      +
      static java.lang.StringCOURIER +
      Font name COURIER
      +
      static java.lang.StringFONT +
      Font key
      +
      static java.lang.StringHALIGN +
      halign key
      +
      static java.lang.StringHELVETICA +
      Font name HELVETICA
      +
      static java.lang.StringIMAGE_SCALE_TO_FIT +
      The imageScaleToFit key.
      +
      static java.lang.StringIMAGEHALIGN +
      image halign key
      +
      static java.lang.StringIMAGEVALIGN +
      image valign key
      +
      static java.lang.StringITALIC +
      Font type ITALIC
      +
      static java.lang.StringLEFT +
      halign statement key left
      +
      static java.lang.StringMIDDLE +
      valign statement key middle
      +
      static java.lang.StringNORMAL +
      Font type NORMAL
      +
      static java.lang.StringPADDING +
      padding key, default padding = 1
      +
      static java.lang.StringRIGHT +
      halign statement key right
      +
      static java.lang.StringSTRIKETHRU +
      Font type STRIKETHRU
      +
      static java.lang.StringTIMES_ROMAN +
      Font name TIMES_ROMAN
      +
      static java.lang.StringTOP +
      valign statement key top
      +
      static java.lang.StringUNDERLINE +
      Font type UNDERLINE
      +
      static java.lang.StringVALIGN +
      valign key
      +
      static java.lang.StringVALUEFONT +
      The value font key.
      +
      static java.lang.StringVALUEHALIGN +
      value halign key
      +
      static java.lang.StringVALUEVALIGN +
      value valign key
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Style() +
      The empty constructor.
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        TOP

        +
        public static final java.lang.String TOP
        +
        valign statement key top
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        MIDDLE

        +
        public static final java.lang.String MIDDLE
        +
        valign statement key middle
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        BOTTOM

        +
        public static final java.lang.String BOTTOM
        +
        valign statement key bottom
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        LEFT

        +
        public static final java.lang.String LEFT
        +
        halign statement key left
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        CENTER

        +
        public static final java.lang.String CENTER
        +
        halign statement key center
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        RIGHT

        +
        public static final java.lang.String RIGHT
        +
        halign statement key right
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        BGCOLOR

        +
        public static final java.lang.String BGCOLOR
        +
        bgcolor key
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        VALUEHALIGN

        +
        public static final java.lang.String VALUEHALIGN
        +
        value halign key
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        VALUEVALIGN

        +
        public static final java.lang.String VALUEVALIGN
        +
        value valign key
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        IMAGEHALIGN

        +
        public static final java.lang.String IMAGEHALIGN
        +
        image halign key
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        IMAGEVALIGN

        +
        public static final java.lang.String IMAGEVALIGN
        +
        image valign key
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        PADDING

        +
        public static final java.lang.String PADDING
        +
        padding key, default padding = 1
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        BORDER

        +
        public static final java.lang.String BORDER
        +
        border key, default border = 1;
        + The border value is one value for all border lines of an entry or table!
        + No separte definitions for top, right, bottom or left are possible.
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + + + + + +
        +
      • +

        VALUEFONT

        +
        public static final java.lang.String VALUEFONT
        +
        The value font key.
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        IMAGE_SCALE_TO_FIT

        +
        public static final java.lang.String IMAGE_SCALE_TO_FIT
        +
        The imageScaleToFit key.
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        HELVETICA

        +
        public static final java.lang.String HELVETICA
        +
        Font name HELVETICA
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        TIMES_ROMAN

        +
        public static final java.lang.String TIMES_ROMAN
        +
        Font name TIMES_ROMAN
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        COURIER

        +
        public static final java.lang.String COURIER
        +
        Font name COURIER
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        NORMAL

        +
        public static final java.lang.String NORMAL
        +
        Font type NORMAL
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + + + + + +
        +
      • +

        ITALIC

        +
        public static final java.lang.String ITALIC
        +
        Font type ITALIC
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        BOLDITALIC

        +
        public static final java.lang.String BOLDITALIC
        +
        Font type BOLDITALIC
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        UNDERLINE

        +
        public static final java.lang.String UNDERLINE
        +
        Font type UNDERLINE
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        STRIKETHRU

        +
        public static final java.lang.String STRIKETHRU
        +
        Font type STRIKETHRU
        +
        See Also:
        Constant Field Values
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Style

        +
        public Style()
        +
        The empty constructor.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setStyle

        +
        public void setStyle(java.lang.String id,
        +            java.lang.String value)
        +
        Set a style attribute. The style attribute must be one of the public definitions
        +
        Parameters:
        id - the style attribute to set
        value - the style value to set for the given attribute
        +
      • +
      + + + +
        +
      • +

        getBgColor

        +
        public java.awt.Color getBgColor()
        +
        Returns:
        Returns the bgColor.
        +
      • +
      + + + +
        +
      • +

        setBgColor

        +
        public void setBgColor(java.awt.Color bgColor)
        +
        Parameters:
        bgColor - The bgColor to set.
        +
      • +
      + + + +
        +
      • +

        getHAlign

        +
        public java.lang.String getHAlign()
        +
        Returns:
        Returns the hAlign.
        +
      • +
      + + + +
        +
      • +

        setHAlign

        +
        public void setHAlign(java.lang.String align)
        +
        Parameters:
        align - The hAlign to set.
        +
      • +
      + + + +
        +
      • +

        getPadding

        +
        public float getPadding()
        +
        Returns:
        Returns the padding.
        +
      • +
      + + + +
        +
      • +

        setPadding

        +
        public void setPadding(float padding)
        +
        Parameters:
        padding - The padding to set.
        +
      • +
      + + + +
        +
      • +

        getVAlign

        +
        public java.lang.String getVAlign()
        +
        Returns:
        Returns the vAlign.
        +
      • +
      + + + +
        +
      • +

        setVAlign

        +
        public void setVAlign(java.lang.String align)
        +
        Parameters:
        align - The vAlign to set.
        +
      • +
      + + + +
        +
      • +

        getBorder

        +
        public float getBorder()
        +
        Returns:
        Returns the border.
        +
      • +
      + + + +
        +
      • +

        setBorder

        +
        public void setBorder(float border)
        +
        Parameters:
        border - The border to set.
        +
      • +
      + + + +
        +
      • +

        getFont

        +
        public java.lang.String getFont()
        +
        Returns:
        Returns the font.
        +
      • +
      + + + +
        +
      • +

        setFont

        +
        public void setFont(java.lang.String font)
        +
        Parameters:
        font - The font to set.
        +
      • +
      + + + +
        +
      • +

        getValueFont

        +
        public java.lang.String getValueFont()
        +
        Returns the value font.
        +
        Returns:
        Returns the value font.
        +
      • +
      + + + +
        +
      • +

        setValueFont

        +
        public void setValueFont(java.lang.String valuefont)
        +
        Sets the value font.
        +
        Parameters:
        valuefont - The value font to be set.
        +
      • +
      + + + +
        +
      • +

        setValueHAlign

        +
        public void setValueHAlign(java.lang.String align)
        +
        Parameters:
        align - The valueHAlign to set.
        +
      • +
      + + + +
        +
      • +

        getValueHAlign

        +
        public java.lang.String getValueHAlign()
        +
        Returns the value halign
        +
        Returns:
        Returns the value halign
        +
      • +
      + + + +
        +
      • +

        setValueVAlign

        +
        public void setValueVAlign(java.lang.String align)
        +
        Parameters:
        align - The valueVAlign to set.
        +
      • +
      + + + +
        +
      • +

        getValueVAlign

        +
        public java.lang.String getValueVAlign()
        +
        Returns the value valign
        +
        Returns:
        Returns the value valign
        +
      • +
      + + + +
        +
      • +

        setImageHAlign

        +
        public void setImageHAlign(java.lang.String align)
        +
        Parameters:
        align - The imageHAlign to set.
        +
      • +
      + + + +
        +
      • +

        getImageHAlign

        +
        public java.lang.String getImageHAlign()
        +
        Returns the image halign
        +
        Returns:
        Returns the image halign
        +
      • +
      + + + +
        +
      • +

        setImageVAlign

        +
        public void setImageVAlign(java.lang.String align)
        +
        Parameters:
        align - The imageVAlign to set.
        +
      • +
      + + + +
        +
      • +

        getImageVAlign

        +
        public java.lang.String getImageVAlign()
        +
        Returns the image valign
        +
        Returns:
        Returns the image valign
        +
      • +
      + + + +
        +
      • +

        getImageScaleToFit

        +
        public Style.ImageScaleToFit getImageScaleToFit()
        +
        Returns the scaleToFit dimensions to be applied for image-cells.
        +
        Returns:
        Returns the scaleToFit dimensions to be applied for image-cells.
        +
      • +
      + + + +
        +
      • +

        setImageScaleToFit

        +
        public void setImageScaleToFit(Style.ImageScaleToFit imageScaleToFit)
        +
        Sets the scaleToFit dimensions to be applied for image-cells.
        +
        Parameters:
        imageScaleToFit_ - The scaleToFit dimensions to be applied for image-cells.
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        The toString method, used for tests or debugging.
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        doInherit

        +
        public static Style doInherit(Style baseStyle,
        +              Style inheritStyle)
        +
        This method inherits all style attributes (values) from a given style object. + +

        + A new style object is created that receives the properly inherited styles. +

        +

        + If a value is not defined in the baseStyle object it would be inhert from the inheritStyle object. +

        +
        Parameters:
        baseStyle - the style object that serves as a primary style source.
        inheritStyle - the style object that serves as a secondary style source in case a style attribute is not defined on the primary style source.
        isValue -
        +
        Returns:
        Returns a new Style object being fully equipped with styles.
        +
      • +
      + + + +
        +
      • +

        parseImageScaleToFit

        +
        protected static Style.ImageScaleToFit parseImageScaleToFit(java.lang.String imageScaleToFit)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/table/Table.html b/docs/full/at/knowcenter/wag/egov/egiz/table/Table.html new file mode 100644 index 00000000..07dc2ac2 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/table/Table.html @@ -0,0 +1,439 @@ + + + + + +Table + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.table
+

Class Table

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class Table
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    This class implements an abstract table definition. The table contains table + rows and the table rows contains the table entries. A table can be styled and + a relative column width can be set.
    +
    See Also:
    Style, +Entry, +Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Table(java.lang.String name) +
      The table constructor init by a table name.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidaddRow(java.lang.String rowNumber, + java.util.ArrayList row) +
      Add a comlete table row to the current table.
      +
      float[]getColsRelativeWith() +
      The width of the columns are relative to each other.
      +
      intgetMaxCols() 
      java.lang.StringgetName() 
      java.util.ArrayListgetRows() +
      This method returns a sorted row list beginning with the row number 1.
      +
      StylegetStyle() 
      floatgetWidth() 
      voidsetColsRelativeWith(float[] cols) +
      The width of the columns are relative to each other.
      +
      voidsetStyle(Style style) 
      voidsetWidth(float width) 
      java.lang.StringtoString() +
      The toString method, used for tests or debugging.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        Table

        +
        public Table(java.lang.String name)
        +
        The table constructor init by a table name.
        +
        Parameters:
        name - the name for the table.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getColsRelativeWith

        +
        public float[] getColsRelativeWith()
        +
        The width of the columns are relative to each other. This means the values + are summarized and divided into portions of columns used.
        + Example: [1,4] means the second column is four times wider + than the first column.
        +
        Returns:
        Returns the relative width of the columns
        +
      • +
      + + + +
        +
      • +

        setColsRelativeWith

        +
        public void setColsRelativeWith(float[] cols)
        +
        The width of the columns are relative to each other. This means the values + are summarized and divided into portions of columns used.
        + Example: [10,90] means the first colum consumes 10% and the + second column consumes 90% of the table width.
        + The relative width of the columns to set.
        +
      • +
      + + + +
        +
      • +

        getStyle

        +
        public Style getStyle()
        +
        Returns:
        Returns the style.
        +
      • +
      + + + +
        +
      • +

        setStyle

        +
        public void setStyle(Style style)
        +
        Parameters:
        style - The style to set.
        +
      • +
      + + + +
        +
      • +

        getWidth

        +
        public float getWidth()
        +
        Returns:
        Returns the width.
        +
      • +
      + + + +
        +
      • +

        setWidth

        +
        public void setWidth(float width)
        +
        Parameters:
        width - The width to set.
        +
      • +
      + + + +
        +
      • +

        getMaxCols

        +
        public int getMaxCols()
        +
        Returns:
        Returns the maxCols.
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        Returns:
        Returns the name.
        +
      • +
      + + + +
        +
      • +

        getRows

        +
        public java.util.ArrayList getRows()
        +
        This method returns a sorted row list beginning with the row number 1. The + entrys in a row also stored in a ArrayList.
        +
        Returns:
        Returns the sorted (by row number) table rows.
        +
      • +
      + + + +
        +
      • +

        addRow

        +
        public void addRow(java.lang.String rowNumber,
        +          java.util.ArrayList row)
        +
        Add a comlete table row to the current table. Be carefull usding the + correct row number because no check is done if a row with the given row + number does exist! In that case the stored row would be replaced!
        +
        Parameters:
        rowNumber - the row number to store the row entries
        row - the entry list to store
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        The toString method, used for tests or debugging.
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/table/package-frame.html b/docs/full/at/knowcenter/wag/egov/egiz/table/package-frame.html new file mode 100644 index 00000000..843d9379 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/table/package-frame.html @@ -0,0 +1,22 @@ + + + + + +at.knowcenter.wag.egov.egiz.table + + + + +

at.knowcenter.wag.egov.egiz.table

+
+

Classes

+ +
+ + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/table/package-summary.html b/docs/full/at/knowcenter/wag/egov/egiz/table/package-summary.html new file mode 100644 index 00000000..69815d48 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/table/package-summary.html @@ -0,0 +1,151 @@ + + + + + +at.knowcenter.wag.egov.egiz.table + + + + + + + +
+ + + + + +
+ + +
+

Package at.knowcenter.wag.egov.egiz.table

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/table/package-tree.html b/docs/full/at/knowcenter/wag/egov/egiz/table/package-tree.html new file mode 100644 index 00000000..fe02cd44 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/table/package-tree.html @@ -0,0 +1,129 @@ + + + + + +at.knowcenter.wag.egov.egiz.table Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.knowcenter.wag.egov.egiz.table

+Package Hierarchies: + +
+
+

Class Hierarchy

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