public interface HasLongestLine
Interface for objects that have lines to retrieve the longest line, before any possible manipulation as for instance redner to a given length.
| Modifier and Type | Method and Description |
|---|---|
int |
getLongestLineLength()
Returns the length of the longest line.
|
Copyright © 2016–2017. All rights reserved.