Class ClockTileSkin

  • All Implemented Interfaces:
    javafx.scene.control.Skin<Tile>

    public class ClockTileSkin
    extends TileSkin
    Created by hansolo on 19.12.16.
    • Constructor Detail

      • ClockTileSkin

        public ClockTileSkin​(Tile TILE)
    • Method Detail

      • handleEvents

        protected void handleEvents​(java.lang.String EVENT_TYPE)
        Overrides:
        handleEvents in class TileSkin
      • updateTime

        public void updateTime​(java.time.ZonedDateTime TIME)
      • dispose

        public void dispose()
        Specified by:
        dispose in interface javafx.scene.control.Skin<Tile>
        Overrides:
        dispose in class TileSkin
      • resize

        protected void resize()
        Overrides:
        resize in class TileSkin
      • redraw

        protected void redraw()
        Overrides:
        redraw in class TileSkin