Class TileLayoutStatic

java.lang.Object
org.eclipse.nebula.widgets.tiles.TileLayout
org.eclipse.nebula.widgets.tiles.TileLayoutStatic

public class TileLayoutStatic
extends TileLayout
  • Constructor Summary

    Constructors 
    Constructor Description
    TileLayoutStatic​(int width, int height, int marginX, int marginY)
    Creates a new instance
  • Method Summary

    Modifier and Type Method Description
    int getHeight​(Tiles<?> tiles)
    Returns the height of tiles
    int getWidth​(Tiles<?> tiles)
    Returns the width of tiles

    Methods inherited from class org.eclipse.nebula.widgets.tiles.TileLayout

    getMarginX, getMarginY

    Methods inherited from class java.lang.Object

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

    • TileLayoutStatic

      public TileLayoutStatic​(int width, int height, int marginX, int marginY)
      Creates a new instance
      Parameters:
      width -
      height -
      marginX -
      marginY -
  • Method Details