congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
ScreenChangeAction.getScreenArea
Code IndexAdd Tabnine to your IDE (free)

How to use
getScreenArea
method
in
jsettlers.common.action.ScreenChangeAction

Best Java code snippets using jsettlers.common.action.ScreenChangeAction.getScreenArea (Showing top 2 results out of 315)

origin: jsettlers/settlers-remake

case SCREEN_CHANGE:
  ScreenChangeAction screenAction = (ScreenChangeAction) action;
  controls.setMapViewport(screenAction.getScreenArea());
  break;
case ZOOM_IN:
origin: jsettlers/settlers-remake

constructionMarksCalculator.setScreen(((ScreenChangeAction) action).getScreenArea());
break;
jsettlers.common.actionScreenChangeActiongetScreenArea

Javadoc

Gets the new area of the screen.

Popular methods of ScreenChangeAction

  • <init>
    Creates a new screen change action.

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • scheduleAtFixedRate (Timer)
  • putExtra (Intent)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • 21 Best IntelliJ Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now