Documentation of 'org.jplot2d.sizing.SizeMode' Java class
SizeMode
org.jplot2d.sizing

Class SizeMode

  • Direct Known Subclasses:
    AutoPackSizeMode, FillContainerSizeMode, FixedSizeMode


    public abstract class SizeMode
    extends java.lang.Object
    Defines how the plot size is decided. The plot container size is a common input for all size mode. If a plot's size mode is null, the plot container size is useless.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static class  SizeMode.Result 
    • Method Detail

      • isAutoPack

        public boolean isAutoPack()
        Returns true if this size mode has auto pack feature.
        Returns:
        true if 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

You see the box below because you did not login.