Package net.sourceforge.plantuml.postit
Interface Elastic
-
- All Known Implementing Classes:
Area
public interface Elastic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
heightWhenWidthIs(double width, StringBounder stringBounder)
double
widthWhenHeightIs(double height, StringBounder stringBounder)
-
-
-
Method Detail
-
widthWhenHeightIs
double widthWhenHeightIs(double height, StringBounder stringBounder)
-
heightWhenWidthIs
double heightWhenWidthIs(double width, StringBounder stringBounder)
-
-