Eclipse Draw2d
3.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. 
org.eclipse.draw2d.graph   
org.eclipse.draw2d.text   
 

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
 Insets LineBorder.getInsets(IFigure figure)
          Returns the space used by the border for the figure provided as input.
protected  Insets TitleBarBorder.calculateInsets(IFigure figure)
          Calculates and returns the Insets for this border.
protected  Insets TitleBarBorder.getPadding()
          Returns this TitleBarBorder's padding.
 Insets CompoundBorder.getInsets(IFigure figure)
          Returns the total insets required to hold both the inner and outer borders of this CompoundBorder.
 Insets SimpleEtchedBorder.getInsets(IFigure figure)
          Returns the Insets used by this border.
 Insets MarginBorder.getInsets(IFigure 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.
 Insets FocusBorder.getInsets(IFigure figure)
           
protected  Insets GroupBoxBorder.calculateInsets(IFigure figure)
          Calculates and returns the Insets for this GroupBoxBorder.
 Insets IFigure.getInsets()
          Returns the current Insets.
 Insets Figure.getInsets()
          Returns the border's Insets if the border is set.
 Insets Border.getInsets(IFigure figure)
          Returns the Insets for this Border for the given Figure.
 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.
protected  Insets ButtonBorder.ButtonScheme.calculateInsets()
          Calculates and returns the Insets for this border.
 

Methods in org.eclipse.draw2d with parameters of type Insets
 void LineBorder.paint(IFigure figure, Graphics graphics, Insets 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 CompoundBorder.paint(IFigure figure, Graphics g, Insets insets)
           
 void PrintOperation.setPrintMargin(Insets margin)
          Sets the page margin in pels (logical pixels) to the passed Insets.(72 pels == 1 inch)
 void SimpleEtchedBorder.paint(IFigure figure, Graphics g, Insets insets)
           
 void MarginBorder.paint(IFigure figure, Graphics graphics, Insets insets)
          This method does nothing, since this border is just for spacing.
protected static Rectangle AbstractBorder.getPaintRectangle(IFigure figure, Insets insets)
          Returns a temporary rectangle representing the figure's bounds cropped by the specified insets.
 void FocusBorder.paint(IFigure figure, Graphics graphics, Insets insets)
          Paints a focus rectangle.
 void GroupBoxBorder.paint(IFigure figure, Graphics g, Insets insets)
           
 void Border.paint(IFigure figure, Graphics graphics, Insets insets)
          Paints the border.
 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 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.
 

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
 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 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.
 

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.
 

Uses of Insets in org.eclipse.draw2d.graph
 

Fields in org.eclipse.draw2d.graph declared as Insets
 Insets Subgraph.insets
          The space required for this subgraph's border.
 Insets Subgraph.innerPadding
          The minimum space between this subgraph's border and it's children.
 

Methods in org.eclipse.draw2d.graph that return Insets
 Insets Node.getPadding()
          Returns the padding for this node or null if the default padding for the graph should be used.
 Insets DirectedGraph.getPadding(Node node)
          Returns the effective padding for the given node.
 

Methods in org.eclipse.draw2d.graph with parameters of type Insets
 void Node.setPadding(Insets padding)
          Sets the padding.
 void DirectedGraph.setDefaultPadding(Insets insets)
          Sets the default padding for all nodes in the graph.
 

Constructors in org.eclipse.draw2d.graph with parameters of type Insets
SubgraphBoundary(Subgraph s, Insets p, int side)
          Constructs a new boundary.
 

Uses of Insets in org.eclipse.draw2d.text
 

Methods in org.eclipse.draw2d.text that return Insets
 Insets AbstractFlowBorder.getInsets(IFigure figure)
           
 

Methods in org.eclipse.draw2d.text with parameters of type Insets
 void AbstractFlowBorder.paint(IFigure figure, Graphics graphics, Insets insets)
          This method is not called on FlowBorders.
 


Eclipse Draw2d
3.1

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