Interface Taito<S>

Type Parameters:
S - the generic type
All Superinterfaces:
org.refcodes.graphical.DraggableAccessor, org.refcodes.graphical.DraggableAccessor.DraggableBuilder<Taito<S>>, org.refcodes.graphical.DraggableAccessor.DraggableMutator, org.refcodes.graphical.DraggableAccessor.DraggableProperty, org.refcodes.observer.Observable<PlayerObserver<Taito<S>,​S>>, Player<Taito<S>,​S>, org.refcodes.graphical.Position, org.refcodes.graphical.Position.PositionBuilder<Taito<S>>, org.refcodes.graphical.Position.PositionMutator, org.refcodes.graphical.Position.PositionProperty, org.refcodes.graphical.PosXAccessor, org.refcodes.graphical.PosXAccessor.PosXBuilder<Taito<S>>, org.refcodes.graphical.PosXAccessor.PosXMutator, org.refcodes.graphical.PosXAccessor.PosXProperty, org.refcodes.graphical.PosYAccessor, org.refcodes.graphical.PosYAccessor.PosYBuilder<Taito<S>>, org.refcodes.graphical.PosYAccessor.PosYMutator, org.refcodes.graphical.PosYAccessor.PosYProperty, org.refcodes.mixin.StatusAccessor<S>, org.refcodes.mixin.StatusAccessor.StatusBuilder<S,​Taito<S>>, org.refcodes.mixin.StatusAccessor.StatusMutator<S>, org.refcodes.mixin.StatusAccessor.StatusProperty<S>, org.refcodes.graphical.VisibleAccessor, org.refcodes.graphical.VisibleAccessor.VisibleBuilder<Taito<S>>, org.refcodes.graphical.VisibleAccessor.VisibleMutator, org.refcodes.graphical.VisibleAccessor.VisibleProperty
All Known Implementing Classes:
TaitoImpl

public interface Taito<S>
extends Player<Taito<S>,​S>
"... The use of sprites originated with arcade games. The first video game to represent player characters as human player images was Taito's Basketball, which was licensed in February 1974 to Midway, releasing it as TV Basketball in North America ..." (Wikipedia) As the GraphicalCheckerboardViewer handles Player instances in terms of "sprites", the most basic directly usable Player type is the Taito, named after the company being the first one representing players in a game by sprites.
See Also:
"https://en.wikipedia.org/wiki/Sprite_(computer_graphics)"
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.refcodes.graphical.DraggableAccessor

    org.refcodes.graphical.DraggableAccessor.DraggableBuilder<B extends org.refcodes.graphical.DraggableAccessor.DraggableBuilder<B>>, org.refcodes.graphical.DraggableAccessor.DraggableMutator, org.refcodes.graphical.DraggableAccessor.DraggableProperty

    Nested classes/interfaces inherited from interface org.refcodes.graphical.Position

    org.refcodes.graphical.Position.PositionBuilder<B extends org.refcodes.graphical.Position.PositionBuilder<B>>, org.refcodes.graphical.Position.PositionMutator, org.refcodes.graphical.Position.PositionProperty

    Nested classes/interfaces inherited from interface org.refcodes.graphical.PosXAccessor

    org.refcodes.graphical.PosXAccessor.PosXBuilder<B extends org.refcodes.graphical.PosXAccessor.PosXBuilder<B>>, org.refcodes.graphical.PosXAccessor.PosXMutator, org.refcodes.graphical.PosXAccessor.PosXProperty

    Nested classes/interfaces inherited from interface org.refcodes.graphical.PosYAccessor

    org.refcodes.graphical.PosYAccessor.PosYBuilder<B extends org.refcodes.graphical.PosYAccessor.PosYBuilder<B>>, org.refcodes.graphical.PosYAccessor.PosYMutator, org.refcodes.graphical.PosYAccessor.PosYProperty

    Nested classes/interfaces inherited from interface org.refcodes.mixin.StatusAccessor

    org.refcodes.mixin.StatusAccessor.StatusBuilder<S extends Object,​B extends org.refcodes.mixin.StatusAccessor.StatusBuilder<S,​B>>, org.refcodes.mixin.StatusAccessor.StatusMutator<S extends Object>, org.refcodes.mixin.StatusAccessor.StatusProperty<S extends Object>

    Nested classes/interfaces inherited from interface org.refcodes.graphical.VisibleAccessor

    org.refcodes.graphical.VisibleAccessor.VisibleBuilder<B extends org.refcodes.graphical.VisibleAccessor.VisibleBuilder<B>>, org.refcodes.graphical.VisibleAccessor.VisibleMutator, org.refcodes.graphical.VisibleAccessor.VisibleProperty
  • Method Summary

    Methods inherited from interface org.refcodes.graphical.DraggableAccessor

    isDraggable

    Methods inherited from interface org.refcodes.graphical.DraggableAccessor.DraggableBuilder

    withDraggable, withDraggable, withStationary

    Methods inherited from interface org.refcodes.graphical.DraggableAccessor.DraggableMutator

    draggable, setDraggable, stationary

    Methods inherited from interface org.refcodes.graphical.DraggableAccessor.DraggableProperty

    letDraggable

    Methods inherited from interface org.refcodes.observer.Observable

    hasObserverSubscription, subscribeObserver, unsubscribeObserver

    Methods inherited from interface org.refcodes.graphical.Position

    toAddTo, toSubFrom

    Methods inherited from interface org.refcodes.graphical.Position.PositionBuilder

    withPosition, withPosition

    Methods inherited from interface org.refcodes.graphical.Position.PositionMutator

    setPosition, setPosition

    Methods inherited from interface org.refcodes.graphical.Position.PositionProperty

    addTo, letPosition, letPosition, subFrom

    Methods inherited from interface org.refcodes.graphical.PosXAccessor

    getPositionX

    Methods inherited from interface org.refcodes.graphical.PosXAccessor.PosXBuilder

    withPositionX

    Methods inherited from interface org.refcodes.graphical.PosXAccessor.PosXMutator

    setPositionX

    Methods inherited from interface org.refcodes.graphical.PosXAccessor.PosXProperty

    letPositionX

    Methods inherited from interface org.refcodes.graphical.PosYAccessor

    getPositionY

    Methods inherited from interface org.refcodes.graphical.PosYAccessor.PosYBuilder

    withPositionY

    Methods inherited from interface org.refcodes.graphical.PosYAccessor.PosYMutator

    setPositionY

    Methods inherited from interface org.refcodes.graphical.PosYAccessor.PosYProperty

    letPositionY

    Methods inherited from interface org.refcodes.mixin.StatusAccessor

    getStatus

    Methods inherited from interface org.refcodes.mixin.StatusAccessor.StatusBuilder

    withStatus

    Methods inherited from interface org.refcodes.mixin.StatusAccessor.StatusMutator

    setStatus

    Methods inherited from interface org.refcodes.mixin.StatusAccessor.StatusProperty

    letStatus

    Methods inherited from interface org.refcodes.graphical.VisibleAccessor

    isVisible

    Methods inherited from interface org.refcodes.graphical.VisibleAccessor.VisibleBuilder

    withHide, withShow, withVisible

    Methods inherited from interface org.refcodes.graphical.VisibleAccessor.VisibleMutator

    hide, setVisible, show

    Methods inherited from interface org.refcodes.graphical.VisibleAccessor.VisibleProperty

    letVisible