Eclipse Draw2d
2.1

Uses of Class
org.eclipse.draw2d.geometry.Insets

Packages that use Insets
org.eclipse.draw2d Most of the Draw2d classes and interfaces reside in this base package. 
org.eclipse.draw2d.geometry This package contains useful geometry related classes, such as Rectangle and Point. 
 

Uses of Insets in org.eclipse.draw2d
 

Subclasses of Insets in org.eclipse.draw2d
static class IFigure.NoInsets
          Insets that are all 0.
 

Fields in org.eclipse.draw2d declared as Insets
protected static Insets SimpleEtchedBorder.INSETS
          The insets
 Insets ScrollPaneSolver.Result.insets
          Insets of ScrollPane
protected  Insets MarginBorder.insets
          This border's insets.
static Insets IFigure.NO_INSETS
          Empty Insets.
 

Methods in org.eclipse.draw2d that return Insets
protected  Insets TitleBarBorder.calculateInsets(IFigure figure)
          Calculates and returns the Insets for this border.
protected  Insets TitleBarBorder.getPadding()
          Returns this TitleBarBorder's padding.
 Insets SimpleEtchedBorder.getInsets(IFigure figure)
          Returns the Insets used by this border.
 Insets SchemeBorder.getInsets(IFigure figure)
           
protected  Insets SchemeBorder.Scheme.calculateInsets()
          Calculates and returns the Insets for this border Scheme.
protected  Insets SchemeBorder.Scheme.getInsets()
          Returns the Insets required by this Scheme.
 Insets MarginBorder.getInsets(IFigure figure)
           
 Insets LineBorder.getInsets(IFigure figure)
          Returns the space used by the border for the figure provided as input.
 Insets IFigure.getInsets()
          Returns the current Insets.
protected  Insets GroupBoxBorder.calculateInsets(IFigure figure)
          Calculates and returns the Insets for this GroupBoxBorder.
 Insets FocusBorder.getInsets(IFigure figure)
           
 Insets Figure.getInsets()
          Returns the border's Insets if the border is set.
 Insets CompoundBorder.getInsets(IFigure figure)
          Returns the total insets required to hold both the inner and outer borders of this CompoundBorder.
protected  Insets ButtonBorder.ButtonScheme.calculateInsets()
          Calculates and returns the Insets for this border.
 Insets Border.getInsets(IFigure figure)
          Returns the Insets for this Border for the given Figure.
protected abstract  Insets AbstractLabeledBorder.calculateInsets(IFigure figure)
          Calculates insets based on the current font and other attributes.
 Insets AbstractLabeledBorder.getInsets(IFigure fig)
          Returns the insets, or space associated for this border.
 

Methods in org.eclipse.draw2d with parameters of type Insets
 void TitleBarBorder.paint(IFigure figure, Graphics g, Insets insets)
           
 void TitleBarBorder.setPadding(Insets pad)
          Sets the padding space of this TitleBarBorder to the passed value.
 void SimpleEtchedBorder.paint(IFigure figure, Graphics g, Insets insets)
           
 void SchemeBorder.paint(IFigure figure, Graphics g, Insets insets)
           
protected  void SchemeBorder.paint(Graphics graphics, IFigure fig, Insets insets, Color[] tl, Color[] br)
          Paints the border using the information in the set Scheme and the inputs given.
 void PrintOperation.setPrintMargin(Insets margin)
          Sets the page margin in pels (logical pixels) to the passed Insets.(72 pels == 1 inch)
 void MarginBorder.paint(IFigure figure, Graphics graphics, Insets insets)
          This method does nothing, since this border is just for spacing.
 void LineBorder.paint(IFigure figure, Graphics graphics, Insets insets)
           
 void GroupBoxBorder.paint(IFigure figure, Graphics g, Insets insets)
           
 void FocusBorder.paint(IFigure figure, Graphics graphics, Insets insets)
          Paints a focus rectangle.
 void CompoundBorder.paint(IFigure figure, Graphics g, Insets insets)
           
 void ButtonBorder.paint(IFigure figure, Graphics graphics, Insets insets)
          Paints this border with the help of the set scheme, the model of the clickable figure, and other inputs.
 void Border.paint(IFigure figure, Graphics graphics, Insets insets)
          Paints the border.
protected static Rectangle AbstractBorder.getPaintRectangle(IFigure figure, Insets insets)
          Returns a temporary rectangle representing the figure's bounds cropped by the specified inserts.
 

Constructors in org.eclipse.draw2d with parameters of type Insets
MarginBorder(Insets insets)
          Constructs a MarginBorder with dimensions specified by insets.
 

Uses of Insets in org.eclipse.draw2d.geometry
 

Methods in org.eclipse.draw2d.geometry that return Insets
 Insets Transposer.t(Insets i)
          Returns a new transposed Insets of the input Insets.
 Insets Insets.add(Insets insets)
          Adds the values of the specified Insets to this Insets' values.
 Insets Insets.getAdded(Insets insets)
          Creates an Insets representing the sum of this Insets with the specified Insets.
 Insets Insets.getTransposed()
          Creates a new Insets with transposed values.
 Insets Insets.transpose()
          Transposes this object.
 

Methods in org.eclipse.draw2d.geometry with parameters of type Insets
 Insets Transposer.t(Insets i)
          Returns a new transposed Insets of the input Insets.
 Rectangle Rectangle.crop(Insets insets)
          Crops this rectangle by the amount specified in insets.
 Rectangle Rectangle.expand(Insets insets)
          Expands the horizontal and vertical sides of this Rectangle by the width and height of the given Insets, and returns this for convenience.
 Rectangle Rectangle.getCropped(Insets insets)
          Returns a new Rectangle with the specified insets cropped.
 Rectangle Rectangle.getExpanded(Insets insets)
          Creates and returns a new Rectangle with the bounds of this Rectangle, expanded by the given Insets.
 Insets Insets.add(Insets insets)
          Adds the values of the specified Insets to this Insets' values.
 Insets Insets.getAdded(Insets insets)
          Creates an Insets representing the sum of this Insets with the specified Insets.
 

Constructors in org.eclipse.draw2d.geometry with parameters of type Insets
Insets(Insets i)
          Constructs a new Insets with initial values the same as the provided Insets.
 


Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.