addbk.print.labels
Class LabelBean

java.lang.Object
  extended by addbk.print.labels.LabelBean
All Implemented Interfaces:
java.io.Serializable

public class LabelBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LabelBean()
           
 
Method Summary
 int getHorizontalGutterInMM()
           
 int getLabelHeightInMM()
           
 int getLabelWidthInMM()
           
 java.lang.String getName()
           
 int getNumberOfLabelsPerColumn()
           
 int getNumberOfLabelsPerSheet()
           
 int getPageMarginBottomInMM()
           
 int getPageMarginLeftInMM()
           
 int getPageMarginRightInMM()
           
 int getPageMarginTopInMM()
           
 int getVerticalGutterInMM()
           
static void main(java.lang.String[] args)
           
static LabelBean restore()
          restores the properties from the preference in the user root.
 void save()
          saves the properties to the Preferences of the userRoot
 void setHorizontalGutterInMM(int horizontalGutterInMM)
           
 void setLabelHeightInMM(int labelHeightInMM)
           
 void setLabelWidthInMM(int labelWidthInMM)
           
 void setName(java.lang.String name)
           
 void setNumberOfLabelsPerColumn(int numberOfLabelsPerColumn)
           
 void setNumberOfLabelsPerSheet(int numberOfLabelsPerSheet)
           
 void setPageMarginBottomInMM(int pageMarginBottomInMM)
           
 void setPageMarginLeftInMM(int pageMarginLeftInMM)
           
 void setPageMarginRightInMM(int pageMarginRightInMM)
           
 void setPageMarginTopInMM(int pageMarginTopInMM)
           
 void setVerticalGutterInMM(int verticalGutterInMM)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LabelBean

public LabelBean()
Method Detail

save

public void save()
saves the properties to the Preferences of the userRoot


main

public static void main(java.lang.String[] args)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

restore

public static LabelBean restore()
restores the properties from the preference in the user root.


getPageMarginRightInMM

public int getPageMarginRightInMM()

setPageMarginRightInMM

public void setPageMarginRightInMM(int pageMarginRightInMM)

getPageMarginLeftInMM

public int getPageMarginLeftInMM()

setPageMarginLeftInMM

public void setPageMarginLeftInMM(int pageMarginLeftInMM)

getPageMarginTopInMM

public int getPageMarginTopInMM()

setPageMarginTopInMM

public void setPageMarginTopInMM(int pageMarginTopInMM)

getPageMarginBottomInMM

public int getPageMarginBottomInMM()

setPageMarginBottomInMM

public void setPageMarginBottomInMM(int pageMarginBottomInMM)

getNumberOfLabelsPerSheet

public int getNumberOfLabelsPerSheet()

setNumberOfLabelsPerSheet

public void setNumberOfLabelsPerSheet(int numberOfLabelsPerSheet)

getNumberOfLabelsPerColumn

public int getNumberOfLabelsPerColumn()

setNumberOfLabelsPerColumn

public void setNumberOfLabelsPerColumn(int numberOfLabelsPerColumn)

getHorizontalGutterInMM

public int getHorizontalGutterInMM()

setHorizontalGutterInMM

public void setHorizontalGutterInMM(int horizontalGutterInMM)

getVerticalGutterInMM

public int getVerticalGutterInMM()

setVerticalGutterInMM

public void setVerticalGutterInMM(int verticalGutterInMM)

getLabelWidthInMM

public int getLabelWidthInMM()

setLabelWidthInMM

public void setLabelWidthInMM(int labelWidthInMM)

getLabelHeightInMM

public int getLabelHeightInMM()

setLabelHeightInMM

public void setLabelHeightInMM(int labelHeightInMM)

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()