Class TileLayoutAbstract

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Tiles computeTiles​(org.deckfour.xes.model.XTrace trace, TileSize tileSize)  
      org.deckfour.xes.classification.XEventClassifier getClassifier()  
      void setClassifier​(org.deckfour.xes.classification.XEventClassifier classifier)  
      • Methods inherited from class java.lang.Object

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

      • TileLayoutAbstract

        public TileLayoutAbstract()
    • Method Detail

      • getClassifier

        public org.deckfour.xes.classification.XEventClassifier getClassifier()
      • setClassifier

        public void setClassifier​(org.deckfour.xes.classification.XEventClassifier classifier)
        Specified by:
        setClassifier in interface TileLayout