Uses of Interface
uk.ac.rdg.resc.godiva.client.state.PaletteSelectorIF
-
Packages that use PaletteSelectorIF Package Description uk.ac.rdg.resc.godiva.client uk.ac.rdg.resc.godiva.client.state uk.ac.rdg.resc.godiva.client.widgets -
-
Uses of PaletteSelectorIF in uk.ac.rdg.resc.godiva.client
Methods in uk.ac.rdg.resc.godiva.client that return PaletteSelectorIF Modifier and Type Method Description protected PaletteSelectorIF
Godiva. getPaletteSelector(LayerSelectorIF wmsUrlProvider, DialogBoxWithCloseButton.CentrePosIF localCentre)
Gets a new palette selector.Methods in uk.ac.rdg.resc.godiva.client with parameters of type PaletteSelectorIF Modifier and Type Method Description static com.google.gwt.user.client.ui.Widget
LayoutManager. getCompactGodiva3Layout(LayerSelectorIF layerSelector, UnitsInfoIF unitsInfo, TimeSelectorIF timeSelector, ElevationSelectorIF elevationSelector, PaletteSelectorIF paletteSelector, com.google.gwt.user.client.ui.Anchor kmzLink, com.google.gwt.user.client.ui.Anchor permalink, com.google.gwt.user.client.ui.Anchor email, com.google.gwt.user.client.ui.Anchor screenshot, com.google.gwt.user.client.ui.Image rescLogo, MapArea mapArea, com.google.gwt.user.client.ui.Image loadingImage, AnimationButton anim, com.google.gwt.user.client.ui.PushButton infoButton)
static com.google.gwt.user.client.ui.Widget
LayoutManager. getTraditionalGodiva3Layout(com.google.gwt.user.client.ui.IsWidget layerSelector, com.google.gwt.user.client.ui.Label title, UnitsInfoIF unitsInfo, TimeSelectorIF timeSelector, ElevationSelectorIF elevationSelector, PaletteSelectorIF paletteSelector, com.google.gwt.user.client.ui.Anchor kmzLink, com.google.gwt.user.client.ui.Anchor permalink, com.google.gwt.user.client.ui.Anchor email, com.google.gwt.user.client.ui.Anchor screenshot, com.google.gwt.user.client.ui.Anchor docLink, com.google.gwt.user.client.ui.Image rescLogo, MapArea mapArea, com.google.gwt.user.client.ui.Image loadingImage, AnimationButton anim, com.google.gwt.user.client.ui.PushButton infoButton, com.google.gwt.user.client.ui.PushButton zoomToLayerExtents)
-
Uses of PaletteSelectorIF in uk.ac.rdg.resc.godiva.client.state
Methods in uk.ac.rdg.resc.godiva.client.state that return PaletteSelectorIF Modifier and Type Method Description PaletteSelectorIF
GodivaStateInfo. getPaletteSelector()
Constructors in uk.ac.rdg.resc.godiva.client.state with parameters of type PaletteSelectorIF Constructor Description GodivaStateInfo(ElevationSelectorIF elevationSelector, TimeSelectorIF timeSelector, PaletteSelectorIF paletteSelector, UnitsInfoIF unitsInfo, CopyrightInfoIF copyrightInfo, InfoIF moreInfo, LayerSelectorIF wmsUrl)
-
Uses of PaletteSelectorIF in uk.ac.rdg.resc.godiva.client.widgets
Classes in uk.ac.rdg.resc.godiva.client.widgets that implement PaletteSelectorIF Modifier and Type Class Description class
PaletteSelector
Implementation ofPaletteSelectorIF
which can be either horizontally or vertically oriented, and contains controls for setting all palette variables
-