Package org.apache.poi.sl.draw
Class Drawable.DrawableHint
- java.lang.Object
-
- java.awt.RenderingHints.Key
-
- org.apache.poi.sl.draw.Drawable.DrawableHint
-
- Enclosing interface:
- Drawable
public static class Drawable.DrawableHint extends RenderingHints.Key
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DrawableHint(int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCompatibleValue(Object val)
String
toString()
-
Methods inherited from class java.awt.RenderingHints.Key
equals, hashCode, intKey
-
-
-
-
Method Detail
-
isCompatibleValue
public boolean isCompatibleValue(Object val)
- Specified by:
isCompatibleValue
in classRenderingHints.Key
-
-