Enum Class Unit

java.lang.Object
java.lang.Enum<Unit>
org.gnome.rsvg.Unit
All Implemented Interfaces:
Serializable, Comparable<Unit>, Constable, Enumeration

@Generated("io.github.jwharm.JavaGI") public enum Unit extends Enum<Unit> implements Enumeration
Units for the RsvgLength struct. These have the same meaning as CSS length units.

If you test for the values of this enum, please note that librsvg may add other units in the future as its support for CSS improves. Please make your code handle unknown units gracefully (e.g. with a default case in a switch() statement).