Class GoogleIconDescriptor.Options

java.lang.Object
org.eclipse.nebula.widgets.geomap.jface.GoogleIconDescriptor.Options
Enclosing class:
GoogleIconDescriptor

public static class GoogleIconDescriptor.Options
extends java.lang.Object
Options for the GoogleIconDescriptor
Since:
3.3
  • Constructor Summary

    Constructors 
    Constructor Description
    Options​(java.lang.String iconClass, java.lang.String iconName, java.lang.String style, boolean hasShadow, java.lang.String text, org.eclipse.swt.graphics.RGB fillColor, org.eclipse.swt.graphics.RGB textColor)
    The various options that can be provided for Google's map icons
    Options​(GoogleIconDescriptor.Options options)
    Copying constructor
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Options

      public Options​(java.lang.String iconClass, java.lang.String iconName, java.lang.String style, boolean hasShadow, java.lang.String text, org.eclipse.swt.graphics.RGB fillColor, org.eclipse.swt.graphics.RGB textColor)
      The various options that can be provided for Google's map icons
      Parameters:
      iconClass -
      iconName -
      style -
      hasShadow -
      text -
      fillColor -
      textColor -
    • Options

      public Options​(GoogleIconDescriptor.Options options)
      Copying constructor
      Parameters:
      options -