net.sourceforge.plantuml.graph2
Class RectanglesCollection
java.lang.Object
net.sourceforge.plantuml.graph2.RectanglesCollection
- All Implemented Interfaces:
- Iterable<Rectangle2D.Double>
public class RectanglesCollection
- extends Object
- implements Iterable<Rectangle2D.Double>
Field Summary |
static long |
TPS1
|
static long |
TPS2
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TPS1
public static long TPS1
TPS2
public static long TPS2
RectanglesCollection
public RectanglesCollection()
RectanglesCollection
public RectanglesCollection(Rectangle2D.Double rect)
getSurf
public double getSurf()
add
public void add(Rectangle2D.Double rect)
iterator
public Iterator<Rectangle2D.Double> iterator()
- Specified by:
iterator
in interface Iterable<Rectangle2D.Double>
intersect
public boolean intersect(RectanglesCollection other)
size
public int size()
addAll
public void addAll(RectanglesCollection other)
Copyright © 2011. All Rights Reserved.