public class CharSlicer extends Object
Modifier and Type | Field and Description |
---|---|
private Pair<Integer,Integer> |
size
.
|
private String |
value
.
|
Constructor and Description |
---|
CharSlicer(String value) |
Modifier and Type | Method and Description |
---|---|
Pair<Integer,Integer>[] |
lines(int width) |
private Pair<Integer,Integer>[] |
lines(Iterator<Pair<Integer,Integer>> i,
int count) |
Iterator<Pair<Integer,Integer>> |
linesIterator(int width) |
Pair<Integer,Integer> |
size() |
private static Pair<Integer,Integer> |
size(String s,
int index,
int height) |
public CharSlicer(String value)
public Iterator<Pair<Integer,Integer>> linesIterator(int width)
Copyright © 2015 eXo Platform SAS. All Rights Reserved.