Class YPositionedTile

  • All Implemented Interfaces:
    UDrawable

    public class YPositionedTile
    extends java.lang.Object
    implements UDrawable
    • Constructor Summary

      Constructors 
      Constructor Description
      YPositionedTile​(Tile tile, double y)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void drawU​(UGraphic ug)  
      boolean matchAnchor​(java.lang.String anchor)  
      • Methods inherited from class java.lang.Object

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

      • YPositionedTile

        public YPositionedTile​(Tile tile,
                               double y)
    • Method Detail

      • matchAnchor

        public boolean matchAnchor​(java.lang.String anchor)