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

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

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

origin: org.geomajas.plugin/geomajas-plugin-printing

public void addRasterLayer(ClientRasterLayerInfo info) {
  LegendItemComponentImpl item = new LegendItemComponentImpl(null, info.getLabel(), info.getLayerType(),
      getFont());
  addComponent(item);
}

origin: org.geomajas.plugin/geomajas-plugin-printing-gwt

LegendItemComponentInfo item = new LegendItemComponentInfo();
LegendIconComponentInfo icon = new LegendIconComponentInfo();
icon.setLabel(layerInfo.getLabel());
icon.setLayerType(layerInfo.getLayerType());
item.addChild(icon);
item.addChild(getLegendLabel(legend, layerInfo.getLabel()));
legend.addChild(item);
origin: org.geomajas.plugin/geomajas-plugin-print-gwt

LegendItemComponentInfo item = new LegendItemComponentInfo();
LegendIconComponentInfo icon = new LegendIconComponentInfo();
icon.setLabel(layerInfo.getLabel());
icon.setLayerType(layerInfo.getLayerType());
item.addChild(icon);
item.addChild(getLegendLabel(legend, layerInfo.getLabel()));
legend.addChild(item);
origin: org.geomajas.plugin/geomajas-client-gwt2-plugin-print-impl

LegendItemComponentInfo item = new LegendItemComponentInfo();
LegendIconComponentInfo icon = new LegendIconComponentInfo();
icon.setLabel(layerInfo.getLabel());
icon.setLayerType(layerInfo.getLayerType());
item.addChild(icon);
item.addChild(getLegendLabel(legend, layerInfo.getLabel()));
legend.addChild(item);
origin: org.geomajas.plugin/geomajas-plugin-printing-puregwt

LegendItemComponentInfo item = new LegendItemComponentInfo();
LegendIconComponentInfo icon = new LegendIconComponentInfo();
icon.setLabel(layerInfo.getLabel());
icon.setLayerType(layerInfo.getLayerType());
item.addChild(icon);
item.addChild(getLegendLabel(legend, layerInfo.getLabel()));
legend.addChild(item);
org.geomajas.configuration.clientClientRasterLayerInfogetLabel

Popular methods of ClientRasterLayerInfo

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

Popular in Java

  • Running tasks concurrently on multiple threads
  • startActivity (Activity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getSharedPreferences (Context)
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Socket (java.net)
    Provides a client-side TCP socket.
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Notification (javax.management)
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Best IntelliJ plugins
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