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

Class FixedSizeMode



  • public class FixedSizeMode
    extends SizeMode
    The plot paper size is fixed. Changing the container size will change the scale, while keep the width/height ratio of plot.
    • Constructor Detail

      • FixedSizeMode

        public FixedSizeMode()
        The plot paper size is set to default size, 640x480.
      • FixedSizeMode

        public FixedSizeMode(java.awt.geom.Dimension2D size)
      • FixedSizeMode

        public FixedSizeMode(double width,
                             double height)
    • Method Detail

      • update

        public SizeMode.Result update(PlotEx plot)
        Description copied from class: SizeMode
        Update the internal status of this size mode.

        For Internal use only. User should never call this method.

        Specified by:
        update in class SizeMode
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.