public class RichBlock extends ArrayList<RichString>
| Modifier and Type | Class and Description |
|---|---|
class |
RichBlock.Arrange |
modCount| Constructor and Description |
|---|
RichBlock() |
RichBlock(Collection<? extends RichString> c) |
RichBlock(double left,
double top,
double halign,
AString text,
boolean splitNewLines,
Graphics2D gs,
Object textAntialiasingValue) |
RichBlock(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
RichBlock.Arrange |
arrange() |
Rectangle2D |
getBounds() |
double |
getMaxItemWidth() |
void |
render(Graphics2D gs) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic RichBlock(int initialCapacity)
public RichBlock()
public RichBlock(Collection<? extends RichString> c)
public RichBlock(double left,
double top,
double halign,
AString text,
boolean splitNewLines,
Graphics2D gs,
Object textAntialiasingValue)
public double getMaxItemWidth()
public void render(Graphics2D gs)
public RichBlock.Arrange arrange()
public Rectangle2D getBounds()
Copyright © 2018. All rights reserved.