View Javadoc

1   package org.kuali.maven.plugins.graph.dot.html;
2   
3   public enum Scale {
4       FALSE, TRUE, WIDTH, HEIGHT, BOTH;
5   }