JIDE 3.5.15

com.jidesoft.chart
Interface ResizableComponent

All Known Implementing Classes:
AbstractGauge, Bullet, Clock, Dial

public interface ResizableComponent

Interface implemented by components that support automatic resizing of fonts


Method Summary
 void addComponentListener(ComponentListener listener)
          Allows you to register your interest in size changes for this component
 boolean isResizeFonts()
          A boolean flag to indicate whether the component has font resizing switched on or off
 

Method Detail

addComponentListener

void addComponentListener(ComponentListener listener)
Allows you to register your interest in size changes for this component

Parameters:
listener - the ComponentListener

isResizeFonts

boolean isResizeFonts()
A boolean flag to indicate whether the component has font resizing switched on or off

Returns:
a boolean flag to indicate whether the component has font resizing switched on or off

JIDE 3.5.15