java.lang.Object
com.independentsoft.office.drawing.Tile

public class Tile extends Object
The Class Tile.
  • Constructor Details

  • Method Details

    • clone

      public Tile clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getAlignment

      public RectangleAlignment getAlignment()
      Gets the alignment.
      Returns:
      the alignment
    • setAlignment

      public void setAlignment(RectangleAlignment alignment)
      Sets the alignment.
      Parameters:
      alignment - the new alignment
    • getFlip

      public TileFlipMode getFlip()
      Gets the flip.
      Returns:
      the flip
    • setFlip

      public void setFlip(TileFlipMode flip)
      Sets the flip.
      Parameters:
      flip - the new flip
    • getHorizontalRatio

      public int getHorizontalRatio()
      Gets the horizontal ratio.
      Returns:
      the horizontal ratio
    • setHorizontalRatio

      public void setHorizontalRatio(int horizontalRatio)
      Sets the horizontal ratio.
      Parameters:
      horizontalRatio - the new horizontal ratio
    • getVerticalRatio

      public int getVerticalRatio()
      Gets the vertical ratio.
      Returns:
      the vertical ratio
    • setVerticalRatio

      public void setVerticalRatio(int verticalRatio)
      Sets the vertical ratio.
      Parameters:
      verticalRatio - the new vertical ratio
    • getHorizontalOffset

      public Unit getHorizontalOffset()
      Gets the horizontal offset.
      Returns:
      the horizontal offset
    • setHorizontalOffset

      public void setHorizontalOffset(Unit horizontalOffset)
      Sets the horizontal offset.
      Parameters:
      horizontalOffset - the new horizontal offset
    • getVerticalOffset

      public Unit getVerticalOffset()
      Gets the vertical offset.
      Returns:
      the vertical offset
    • setVerticalOffset

      public void setVerticalOffset(Unit verticalOffset)
      Sets the vertical offset.
      Parameters:
      verticalOffset - the new vertical offset