simtools.diagram
Interface Resizable

All Known Implementing Classes:
Abstract1DShape, Abstract2DShape, AreaPlotShape, AutomatonShape, AxisShape, BarChartShape, BasicShape, ChartShape, CompoundShape, ConnectionShape, CyclicPlotShape, EllipseShape, HistoryShape, HistoryShape.HookedTextShape, HistoryTextShape, ImageShape, Java3dShape, LinesShape, MeterShape, ParametricPlotShape, PieChartShape, Plot, PlotShape, PolygonShape, RectangleShape, ScatterPlotShape, StandardPlotShape, SvgShape, TestSVGShape, TextArrayShape, TextShape, TimePlot, TimePlot, View3DShape, Xith3DView3DShape

public interface Resizable

An interface for resizable components to be drawn in the diagram

Version:
1.0 2001
Author:
Claude Cazenave

Method Summary
 void resize(int dx, int dy)
          Resize the component
 

Method Detail

resize

void resize(int dx,
            int dy)
Resize the component

Parameters:
dx - value on x axis
dy - value on y axis