public abstract class Shape extends ArrayList<Path> implements Element
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
opts |
private static long |
serialVersionUID |
modCount| Constructor and Description |
|---|
Shape() |
| Modifier and Type | Method and Description |
|---|---|
abstract Shape |
scale(double x,
double y) |
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, streamprivate static final long serialVersionUID
public abstract Shape scale(double x, double y)
Copyright © 2017. All rights reserved.