public abstract static class StyleElements.ColormapElement extends Object implements StyleElements.StyleElement
Constructor and Description |
---|
ColormapElement(String label) |
Modifier and Type | Method and Description |
---|---|
void |
accept(StyleElements.StyleElementVisitor visitor) |
abstract Colormap |
get() |
String |
getLabel() |
void |
onSet(Consumer<Colormap> set) |
abstract void |
set(Colormap v) |
void |
update() |
public ColormapElement(String label)
public String getLabel()
public void accept(StyleElements.StyleElementVisitor visitor)
accept
in interface StyleElements.StyleElement
public abstract Colormap get()
public abstract void set(Colormap v)
public void update()
update
in interface StyleElements.StyleElement
Copyright © 2015–2021 Fiji. All rights reserved.