public abstract static class StyleElements.FeatureElement extends Object implements StyleElements.StyleElement
| Constructor and Description |
|---|
FeatureElement(String label) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StyleElements.StyleElementVisitor visitor) |
abstract String |
getFeature() |
String |
getLabel() |
abstract DisplaySettings.TrackMateObject |
getType() |
void |
onSet(BiConsumer<DisplaySettings.TrackMateObject,String> set) |
abstract void |
setValue(DisplaySettings.TrackMateObject type,
String feature) |
void |
update() |
public FeatureElement(String label)
public String getLabel()
public void accept(StyleElements.StyleElementVisitor visitor)
accept in interface StyleElements.StyleElementpublic void onSet(BiConsumer<DisplaySettings.TrackMateObject,String> set)
public void update()
update in interface StyleElements.StyleElementpublic abstract DisplaySettings.TrackMateObject getType()
public abstract String getFeature()
public abstract void setValue(DisplaySettings.TrackMateObject type, String feature)
Copyright © 2015–2021 Fiji. All rights reserved.