Class EMFFormsSpreadsheetRenderTarget


  • public final class EMFFormsSpreadsheetRenderTarget
    extends java.lang.Object
    Helper class which describes where a value should be rendered to.
    Author:
    Eugen Neufeld
    • Constructor Summary

      Constructors 
      Constructor Description
      EMFFormsSpreadsheetRenderTarget​(java.lang.String sheetName, int row, int column)
      Default Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getColumn()
      Retrieve the current column id.
      int getRow()
      Retrieve the row id.
      java.lang.String getSheetName()
      Retrieve the sheet name.
      void setColumn​(int column)
      Set the column id.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EMFFormsSpreadsheetRenderTarget

        public EMFFormsSpreadsheetRenderTarget​(java.lang.String sheetName,
                                               int row,
                                               int column)
        Default Constructor.
        Parameters:
        sheetName - The name of the sheet
        row - The row id to render on
        column - The column id to render on
    • Method Detail

      • getColumn

        public int getColumn()
        Retrieve the current column id.
        Returns:
        The column id
      • setColumn

        public void setColumn​(int column)
        Set the column id.
        Parameters:
        column - The column id to set
      • getSheetName

        public java.lang.String getSheetName()
        Retrieve the sheet name.
        Returns:
        The sheet name
      • getRow

        public int getRow()
        Retrieve the row id.
        Returns:
        The row id