Class TimeScaleCompressed

java.lang.Object
net.sourceforge.plantuml.project.timescale.TimeScaleCompressed
All Implemented Interfaces:
TimeScale

public class TimeScaleCompressed extends java.lang.Object implements TimeScale
  • Constructor Summary

    Constructors
    Constructor
    Description
    TimeScaleCompressed(Day calendar, double scale)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    double
     
    double
    getWidth(Day instant)
     
    boolean
    isBreaking(Day instant)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TimeScaleCompressed

      public TimeScaleCompressed(Day calendar, double scale)
  • Method Details