public class TextTransform extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TextTransform.Edit |
protected static interface |
TextTransform.OffsetMapper |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TextTransform.Edit edit) |
void |
addAll(Collection<TextTransform.Edit> edits) |
String |
apply() |
TextTransform.OffsetMapper |
getMapper() |
String |
toString() |
public void add(TextTransform.Edit edit)
public void addAll(Collection<TextTransform.Edit> edits)
public String apply()
public TextTransform.OffsetMapper getMapper()
Copyright © 2001–2017 Processing Foundation. All rights reserved.