protected static interface TextTransform.OffsetMapper
| Modifier and Type | Field and Description |
|---|---|
static TextTransform.OffsetMapper |
EMPTY_MAPPER |
| Modifier and Type | Method and Description |
|---|---|
int |
getInputOffset(int outputOffset) |
int |
getOutputOffset(int inputOffset) |
TextTransform.OffsetMapper |
thenMapping(TextTransform.OffsetMapper mapper) |
static final TextTransform.OffsetMapper EMPTY_MAPPER
int getInputOffset(int outputOffset)
int getOutputOffset(int inputOffset)
TextTransform.OffsetMapper thenMapping(TextTransform.OffsetMapper mapper)
Copyright © 2001–2017 Processing Foundation. All rights reserved.