Interface ImageSizeCallback
-
- All Superinterfaces:
Scriptable<Object,AnnotationContext>
public interface ImageSizeCallback extends Scriptable<Object,AnnotationContext>
Callback interface ofAnnotationPlugin.IDplugin to setwidthandheightproperties at runtime, toLineLabel.
It can return aStringor aIntegerdepending 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
-
-