Interface ImageSizeCallback
-
- All Superinterfaces:
Scriptable<Object,AnnotationContext>
public interface ImageSizeCallback extends Scriptable<Object,AnnotationContext>
Callback interface ofAnnotationPlugin.ID
plugin to setwidth
andheight
properties at runtime, toLineLabel
.
It can return aString
or aInteger
depending on you want to set a fixed size in pixels (by int) or a percentage (by string, for instance "50"%).- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
-
Methods inherited from interface org.pepstock.charba.client.callbacks.Scriptable
invoke
-
-