public abstract class BasicShapeWithTitle<W,V extends BasicShapeView> extends BasicShape<W,V>
HasChildren.Layout| Constructor and Description |
|---|
BasicShapeWithTitle(V shapeView) |
| Modifier and Type | Method and Description |
|---|---|
protected BasicShapeWithTitle<W,V> |
_applyFont(Node<View<W>,Edge> element,
MutationContext mutationContext) |
void |
applyProperties(Node<View<W>,Edge> element,
MutationContext mutationContext) |
protected Double |
getFontAlpha(Node<View<W>,Edge> element) |
protected abstract Double |
getFontBorderSize(Node<View<W>,Edge> element) |
protected abstract String |
getFontColor(Node<View<W>,Edge> element) |
protected abstract String |
getFontFamily(Node<View<W>,Edge> element) |
protected abstract Double |
getFontSize(Node<View<W>,Edge> element) |
_applyRadius, _applyWidthAndHeight, applyFillColor, applyFontAlpha, applyRadius, applySize, applyState, beforeDraw, getBackgroundAlpha, getBackgroundColor, getBorderAlpha, getBorderColor, getBorderSize, getDefinitionaddChild, applyProperty, doDestroy, getChildren, removeChild_applyElementName, afterDraw, applyBorderAlpha, applyBorders, applyFillAlpha, applyFont, applyPosition, destroy, equals, getNamePropertyValue, getShapeView, getUUID, hashCode, isAnimationMutation, isStaticMutation, setUUIDpublic BasicShapeWithTitle(V shapeView)
public void applyProperties(Node<View<W>,Edge> element, MutationContext mutationContext)
applyProperties in interface MutableShape<Node<View<W>,Edge>,V extends BasicShapeView>applyProperties in class BasicShape<W,V extends BasicShapeView>protected BasicShapeWithTitle<W,V> _applyFont(Node<View<W>,Edge> element, MutationContext mutationContext)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.