Package 

Interface LayoutController

  • All Implemented Interfaces:

    
    public interface LayoutController
    
                        

    Manages layout like configurations for the given view

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void setVerticalOffset(double offset) Set the layout's vertical offset
      abstract void setHorizontalOffset(double offset) Set the layout's horizontal offset
      abstract void setOffsets(double horizontalOffset, double verticalOffset) Set the layout's offsets
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • setVerticalOffset

         abstract void setVerticalOffset(double offset)

        Set the layout's vertical offset

        Parameters:
        offset - the offset value
      • setHorizontalOffset

         abstract void setHorizontalOffset(double offset)

        Set the layout's horizontal offset

        Parameters:
        offset - the offset value
      • setOffsets

         abstract void setOffsets(double horizontalOffset, double verticalOffset)

        Set the layout's offsets

        Parameters:
        horizontalOffset - the horizontal offset value
        verticalOffset - the vertical offset value