com.moodysalem.phantomjs.wrapper.enums.SizeUnit Maven / Gradle / Ivy
The newest version!
package com.moodysalem.phantomjs.wrapper.enums;
/**
* The units supported by the phantomJS binaries
*/
public enum SizeUnit {
mm, cm, in, px
}