Tabnine Logo
ClientRasterLayerInfo.getWidgetInfo
Code IndexAdd Tabnine to your IDE (free)

How to use
getWidgetInfo
method
in
org.geomajas.configuration.client.ClientRasterLayerInfo

Best Java code snippets using org.geomajas.configuration.client.ClientRasterLayerInfo.getWidgetInfo (Showing top 2 results out of 315)

origin: org.geomajas.plugin/geomajas-client-gwt2-plugin-print-impl

@Override
public ClientLayerInfo build(MapPresenter mapPresenter, Layer layer, Bbox worldBounds, double resolution) {
  RasterServerLayer rasterServerLayer = (RasterServerLayer) layer;
  ClientRasterLayerInfo layerInfo = (ClientRasterLayerInfo) rasterServerLayer.getLayerInfo();
  RasterLayerRasterizingInfo rasterInfo = new RasterLayerRasterizingInfo();
  rasterInfo.setShowing(rasterServerLayer.isShowing());
  rasterInfo.setCssStyle(rasterServerLayer.getOpacity() + "");
  layerInfo.getWidgetInfo().put(RasterLayerRasterizingInfo.WIDGET_KEY, rasterInfo);
  return layerInfo;
}
origin: org.geomajas.plugin/geomajas-plugin-printing-puregwt

@Override
public ClientLayerInfo build(MapPresenter mapPresenter, Layer layer, Bbox worldBounds, double scale) {
  RasterServerLayer rasterServerLayer = (RasterServerLayer) layer;
  ClientRasterLayerInfo layerInfo = (ClientRasterLayerInfo) rasterServerLayer.getLayerInfo();
  RasterLayerRasterizingInfo rasterInfo = new RasterLayerRasterizingInfo();
  rasterInfo.setShowing(rasterServerLayer.isShowing());
  rasterInfo.setCssStyle(rasterServerLayer.getOpacity() + "");
  layerInfo.getWidgetInfo().put(RasterLayerRasterizingInfo.WIDGET_KEY, rasterInfo);
  return layerInfo;
}
org.geomajas.configuration.clientClientRasterLayerInfogetWidgetInfo

Popular methods of ClientRasterLayerInfo

  • getLabel
  • getLayerType
  • getStyle
    Returns the opacity of the raster layer.
  • <init>
  • setId
  • setLabel
  • setMaxExtent
  • setMaximumScale
  • setMinimumScale
  • setServerLayerId
  • setStyle
    Sets the opacity of the raster layer.
  • setUserData
  • setStyle,
  • setUserData,
  • setVisible

Popular in Java

  • Creating JSON documents from java classes using gson
  • putExtra (Intent)
  • notifyDataSetChanged (ArrayAdapter)
  • runOnUiThread (Activity)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • From CI to AI: The AI layer in your organization
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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