Package javafx.css

Enum Class SizeUnits

java.lang.Object
java.lang.Enum<SizeUnits>
javafx.css.SizeUnits
All Implemented Interfaces:
Serializable, Comparable<SizeUnits>, Constable

public enum SizeUnits extends Enum<SizeUnits>
Represents a size specified in a particular unit, such as 14px or 0.2em.
Since:
9