Key |
Value |
java.awt.AlphaComposite.SRC_OVER.isRestricted |
"true"
if and only if AlphaComposite.SRC_OVER
is restricted |
java.awt.Graphics2D.setStroke.BasicStroke.isRestricted |
"true"
if and only if the use of BasicStroke
is restricted in Graphics2D.setStroke(). |
Boolean.getBoolean()
in accessing the above properties for upward-compatibility to J2SE.
Any property value other than "true", including undefined,
shall therefore be
interpreted as the boolean false
.