public class StaticIconShape<W> extends AbstractBasicShape<W,StaticIconShapeView,IconShapeDef<W>>
HasChildren.Layoutproxy| Constructor and Description |
|---|
StaticIconShape(StaticIconShapeView view,
IconShapeDef<W> proxy) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyProperties(Node<View<W>,Edge> element,
MutationContext mutationContext) |
protected Double |
getBackgroundAlpha(Node<View<W>,Edge> element) |
protected String |
getBackgroundColor(Node<View<W>,Edge> element) |
protected Double |
getBorderAlpha(Node<View<W>,Edge> element) |
protected String |
getBorderColor(Node<View<W>,Edge> element) |
protected Double |
getBorderSize(Node<View<W>,Edge> element) |
static <T> Icons |
getIcon(IconShapeDef<T> proxy) |
static <T> Icons |
getIcon(T definition,
IconShapeDef<T> proxy) |
String |
toString() |
_applyRadius, _applyWidthAndHeight, applyFillColor, applyFontAlpha, applyRadius, applySize, applyState, beforeDraw, getDefinitionaddChild, applyProperty, doDestroy, getChildren, removeChild_applyElementName, afterDraw, applyBorderAlpha, applyBorders, applyFillAlpha, applyFont, applyPosition, destroy, equals, getNamePropertyValue, getShapeView, getUUID, hashCode, isAnimationMutation, isStaticMutation, setUUIDpublic StaticIconShape(StaticIconShapeView view, IconShapeDef<W> proxy)
public static <T> Icons getIcon(IconShapeDef<T> proxy)
public static <T> Icons getIcon(T definition, IconShapeDef<T> proxy)
public void applyProperties(Node<View<W>,Edge> element, MutationContext mutationContext)
applyProperties in interface MutableShape<Node<View<W>,Edge>,StaticIconShapeView>applyProperties in class AbstractBasicShape<W,StaticIconShapeView,IconShapeDef<W>>protected String getBackgroundColor(Node<View<W>,Edge> element)
getBackgroundColor in class BasicShape<W,StaticIconShapeView>protected Double getBackgroundAlpha(Node<View<W>,Edge> element)
getBackgroundAlpha in class BasicShape<W,StaticIconShapeView>protected String getBorderColor(Node<View<W>,Edge> element)
getBorderColor in class BasicShape<W,StaticIconShapeView>protected Double getBorderSize(Node<View<W>,Edge> element)
getBorderSize in class BasicShape<W,StaticIconShapeView>protected Double getBorderAlpha(Node<View<W>,Edge> element)
getBorderAlpha in class BasicShape<W,StaticIconShapeView>Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.