Class TimeScaleWink

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

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

    Constructors
    Constructor
    Description
    TimeScaleWink(double scale, PrintScale printScale)
     
  • 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

    • TimeScaleWink

      public TimeScaleWink(double scale, PrintScale printScale)
  • Method Details