Package snap.text

Class TextDocUtils.StyleChange

java.lang.Object
snap.props.PropChange
snap.text.TextDocUtils.StyleChange
Enclosing class:
TextDocUtils

public static class TextDocUtils.StyleChange extends PropChange
A property change event for RMXStringRun.Style change.
  • Constructor Details

    • StyleChange

      public StyleChange(TextDoc aTextDoc, Object oV, Object nV, int aStart, int anEnd)
      Constructor.
  • Method Details

    • getStart

      public int getStart()
    • getEnd

      public int getEnd()
    • doChange

      public void doChange(Object oldVal, Object newVal)
      Description copied from class: PropChange
      Does this change with given new/old values.
      Overrides:
      doChange in class PropChange