Package net.sourceforge.plantuml.real
Interface Real
-
- All Known Subinterfaces:
RealOrigin
public interface Real
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RealaddAtLeast(double delta)RealaddFixed(double delta)voidensureBiggerThan(Real other)doublegetCurrentValue()java.lang.StringgetName()voidprintCreationStackTrace()
-