Package net.sourceforge.plantuml.nwdiag
Class Footprint
- java.lang.Object
-
- net.sourceforge.plantuml.nwdiag.Footprint
-
public class Footprint extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Footprint(int min, int max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMax()
int
getMin()
Footprint
intersection(Footprint other)
java.lang.String
toString()
-