Package snap.text
Class TextBlockUtils.StyleChange
java.lang.Object
snap.props.PropChange
snap.text.TextBlockUtils.StyleChange
- Enclosing class:
- TextBlockUtils
A property change event for TextBlock.Style change.
-
Nested Class Summary
Nested classes/interfaces inherited from class snap.props.PropChange
PropChange.DoChange
-
Constructor Summary
ConstructorDescriptionStyleChange
(TextBlock aTextBlock, Object oV, Object nV, int aStart, int anEnd) Constructor. -
Method Summary
Methods inherited from class snap.props.PropChange
doChange, getIndex, getNewValue, getOldValue, getPropertyName, getPropName, getSource, merge, redoChange, toString, undoChange
-
Constructor Details
-
StyleChange
Constructor.
-
-
Method Details
-
getStart
public int getStart() -
getEnd
public int getEnd() -
doChange
Description copied from class:PropChange
Does this change with given new/old values.- Overrides:
doChange
in classPropChange
-