org.jplot2d.sizing
Class SizeMode
- java.lang.Object
-
- org.jplot2d.sizing.SizeMode
-
- Direct Known Subclasses:
- AutoPackSizeMode, FillContainerSizeMode, FixedSizeMode
public abstract class SizeMode extends java.lang.ObjectDefines how the plot size is decided. The plot container size is a common input for all size mode. If a plot's size mode isnull, the plot container size is useless.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classSizeMode.Result
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description booleanisAutoPack()Returnstrueif this size mode has auto pack feature.abstract SizeMode.Resultupdate(PlotEx plot)Update the internal status of this size mode.
-
-
-
Method Detail
-
isAutoPack
public boolean isAutoPack()
Returnstrueif this size mode has auto pack feature.- Returns:
trueif this size mode has auto pack feature.
-
update
public abstract SizeMode.Result update(PlotEx plot)
Update the internal status of this size mode.For Internal use only. User should never call this method.
-
-
DMelt 3.0 © DataMelt by jWork.ORG