All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.refcodes.checkerboard.ViewportOffsetChangedEvent Maven / Gradle / Ivy

Go to download

Artifact for providing some easy means to visualize (state of) board games or (state of) cellular automatons.

There is a newer version: 3.3.8
Show newest version
package org.refcodes.checkerboard;

import org.refcodes.graphical.ViewportOffset;

/**
 * The Interface ViewportOffsetChangedEvent.
 *
 * @param 

the generic type * @param the generic type */ public interface ViewportOffsetChangedEvent

, S> extends CheckerboardViewerEvent, ViewportOffset { CheckerboardViewerAction ACTION = CheckerboardViewerAction.VIEWPORT_OFFSET_CHANGED; /** * Gets the preceding viewport offset. * * @return the preceding viewport offset */ ViewportOffset getPrecedingViewportOffset(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy