Uses of Class
com.flagstone.transform.datatype.Bounds

Packages that use Bounds
com.flagstone.transform Transform SWF is an API for reading and writing Flash files. 
com.flagstone.transform.datatype This package contains the classes that represent the basic data types such as colours and transforms and formats that are used in the framework. 
com.flagstone.transform.font The font package contains all the classes for encoding and decoding the data structures that represent the different font definitions and that are found in a Flash file. 
com.flagstone.transform.shape The shape package contains all the classes for encoding and decoding the data structures that represent the different shape definitions and strokes that are used to draw shapes. 
com.flagstone.transform.text The text package contains all the classes for encoding and decoding the data structures that represent static and dynamic text fields. 
com.flagstone.transform.util.font This package contains a set of classes that are used to decode fonts in various formats so they can be added to a Flash movie. 
com.flagstone.transform.util.shape The shape package contains convenience classes for drawing shapes. 
com.flagstone.transform.util.text The text package contains convenience classes for generating static text fields. 
 

Uses of Bounds in com.flagstone.transform
 

Methods in com.flagstone.transform that return Bounds
 Bounds ScalingGrid.getBounds()
          Get the bounding box that defined the centre section of the scaling grid.
 Bounds MovieHeader.getFrameSize()
          Get the bounding rectangle that defines the size of the player screen.
 

Methods in com.flagstone.transform with parameters of type Bounds
 void ScalingGrid.setBounds(Bounds rect)
          Set the bounding box that defined the centre section of the scaling grid.
 void MovieHeader.setFrameSize(Bounds rect)
          Sets the bounding rectangle that defines the size of the player screen.
 

Constructors in com.flagstone.transform with parameters of type Bounds
ScalingGrid(int uid, Bounds rect)
          Creates and initialises a ScalingGrid with the specified object identifier and bounding box for the centre section.
 

Uses of Bounds in com.flagstone.transform.datatype
 

Methods in com.flagstone.transform.datatype that return Bounds
static Bounds Bounds.pad(Bounds rect, int padding)
          Create a Bounds by applying a padding factor to all sides of the bounding box.
static Bounds Bounds.pad(Bounds rect, int top, int right, int bottom, int left)
          Create a Bounds by applying a padding factor to all sides of the bounding box.
 

Methods in com.flagstone.transform.datatype with parameters of type Bounds
static Bounds Bounds.pad(Bounds rect, int padding)
          Create a Bounds by applying a padding factor to all sides of the bounding box.
static Bounds Bounds.pad(Bounds rect, int top, int right, int bottom, int left)
          Create a Bounds by applying a padding factor to all sides of the bounding box.
 

Uses of Bounds in com.flagstone.transform.font
 

Methods in com.flagstone.transform.font that return types with arguments of type Bounds
 List<Bounds> DefineFont3.getBounds()
          Returns the list of bounding rectangles defined for each glyph in the font.
 List<Bounds> DefineFont2.getBounds()
          Returns the list of bounding rectangles defined for each glyph in the font.
 

Methods in com.flagstone.transform.font with parameters of type Bounds
 DefineFont3 DefineFont3.add(Bounds rect)
          Add a bounds object to the list of bounds for each glyph.
 DefineFont2 DefineFont2.add(Bounds rect)
          Add a bounds object to the list of bounds for each glyph.
 

Method parameters in com.flagstone.transform.font with type arguments of type Bounds
 void DefineFont3.setBounds(List<Bounds> list)
          Sets the list of bounding rectangles for each glyph in the font.
 void DefineFont2.setBounds(List<Bounds> list)
          Sets the list of bounding rectangles for each glyph in the font.
 

Uses of Bounds in com.flagstone.transform.shape
 

Methods in com.flagstone.transform.shape that return Bounds
 Bounds ShapeTag.getBounds()
          Get the bounding rectangle that completely enclosed the shape.
 Bounds DefineShape4.getBounds()
          Get the bounding rectangle that completely enclosed the shape.
 Bounds DefineShape3.getBounds()
          Get the bounding rectangle for the shape.
 Bounds DefineShape2.getBounds()
          Get the bounding rectangle for the shape.
 Bounds DefineShape.getBounds()
          Get the bounding rectangle for the shape.
 Bounds DefineMorphShape2.getBounds()
          Get the Bounds object that defines the bounding rectangle enclosing the start shape.
 Bounds DefineMorphShape.getBounds()
          Get the Bounds object that defines the bounding rectangle enclosing the start shape.
 Bounds DefineShape4.getEdgeBounds()
          Get the bounding rectangle that covers the outline of the shape.
 Bounds DefineMorphShape2.getEdgeBounds()
          Get the Bounds object that defines the bounding rectangle enclosing the starting shape, excluding the width of the lines used.
 Bounds DefineMorphShape2.getEndBounds()
          Get the Bounds object that defines the bounding rectangle enclosing the end shape.
 Bounds DefineMorphShape.getEndBounds()
          Get the Bounds object that defines the bounding rectangle enclosing the end shape.
 Bounds DefineMorphShape2.getEndEdgeBounds()
          Get the Bounds object that defines the bounding rectangle enclosing the end shape, excluding the width of the lines used.
 

Methods in com.flagstone.transform.shape with parameters of type Bounds
 void ShapeTag.setBounds(Bounds rect)
          Sets the bounding rectangle that encloses the shape.
 void DefineShape4.setBounds(Bounds rect)
          Sets the bounding rectangle that encloses the shape.
 void DefineShape3.setBounds(Bounds rect)
          Sets the bounding rectangle that encloses the shape.
 void DefineShape2.setBounds(Bounds rect)
          Sets the bounding rectangle that encloses the shape.
 void DefineShape.setBounds(Bounds rect)
          Sets the bounding rectangle that encloses the shape.
 void DefineMorphShape2.setBounds(Bounds rect)
          Sets the starting bounds of the shape.
 void DefineMorphShape.setBounds(Bounds rect)
          Sets the starting bounds of the shape.
 void DefineShape4.setEdgeBounds(Bounds rect)
          Sets the bounding rectangle that encloses the outline of the shape, excluding the width of any lines drawn.
 void DefineMorphShape2.setEdgeBounds(Bounds rect)
          Sets the starting bounds of the shape.
 void DefineMorphShape2.setEndBounds(Bounds rect)
          Sets the ending bounds of the shape.
 void DefineMorphShape.setEndBounds(Bounds rect)
          Sets the ending bounds of the shape.
 void DefineMorphShape2.setEndEdgeBounds(Bounds rect)
          Sets the ending bounds of the shape.
 

Constructors in com.flagstone.transform.shape with parameters of type Bounds
DefineMorphShape(int uid, Bounds startRect, Bounds endRect, List<FillStyle> fills, List<LineStyle> lines, Shape initialShape, Shape finalShape)
          Creates a DefineMorphShape object.
DefineMorphShape2(int uid, Bounds startRect, Bounds endRect, List<FillStyle> fills, List<LineStyle> lines, Shape initialShape, Shape finalShape)
          Creates a DefineMorphShape object.
DefineShape(int uid, Bounds rect, List<FillStyle> fills, List<LineStyle> lines, Shape aShape)
          Creates a DefineShape object.
DefineShape2(int uid, Bounds rect, List<FillStyle> fills, List<LineStyle> lines, Shape aShape)
          Creates a DefineShape2 object.
DefineShape3(int uid, Bounds rect, List<FillStyle> fills, List<LineStyle> lines, Shape aShape)
          Creates a DefineShape3 object.
DefineShape4(int uid, Bounds rect, Bounds edges, List<FillStyle> fills, List<LineStyle> lines, Shape aShape)
          Creates a DefineShape3 object.
 

Uses of Bounds in com.flagstone.transform.text
 

Methods in com.flagstone.transform.text that return Bounds
 Bounds StaticTextTag.getBounds()
          Get the bounding rectangle that completely enclosed the text.
 Bounds DefineTextField.getBounds()
          Returns the bounding rectangle that completely encloses the text field.
 Bounds DefineText2.getBounds()
          Returns the bounding rectangle that completely encloses the text to be displayed.
 Bounds DefineText.getBounds()
          Get the bounding rectangle that completely encloses the text to be displayed.
 

Methods in com.flagstone.transform.text with parameters of type Bounds
 void StaticTextTag.setBounds(Bounds rect)
          Sets the bounding rectangle that encloses the text.
 DefineTextField DefineTextField.setBounds(Bounds rect)
          Sets the bounding rectangle of the text field.
 void DefineText2.setBounds(Bounds rect)
          Sets the bounding rectangle that encloses the text being displayed.
 void DefineText.setBounds(Bounds rect)
          Sets the bounding rectangle that encloses the text being displayed.
 

Constructors in com.flagstone.transform.text with parameters of type Bounds
DefineText(int uid, Bounds rect, CoordTransform matrix, List<TextSpan> list)
          Creates a DefineText object with the specified bounding rectangle, coordinate transform and text records.
DefineText2(int uid, Bounds rect, CoordTransform matrix, List<TextSpan> list)
          Creates a DefineText2 object with the specified bounding rectangle, coordinate transform and text records.
 

Uses of Bounds in com.flagstone.transform.util.font
 

Methods in com.flagstone.transform.util.font that return Bounds
 Bounds Glyph.getBounds()
          Get the bounding box enclosing the glyph.
 

Methods in com.flagstone.transform.util.font with parameters of type Bounds
 void Glyph.setBounds(Bounds rect)
          Set the bounding box enclosing the glyph.
 

Constructors in com.flagstone.transform.util.font with parameters of type Bounds
Glyph(Shape aShape, Bounds rect, int dist)
          Create a Glyph with the specified outline, bounding box and advance.
TrueTypeGlyph(Shape aShape, Bounds rect, int dist)
          Create a TrueTypeGlyph with the specified outline, bounding box and advance.
 

Uses of Bounds in com.flagstone.transform.util.shape
 

Methods in com.flagstone.transform.util.shape that return Bounds
 Bounds Canvas.getBounds()
          Generates the bounding box that encloses the current path.
 

Uses of Bounds in com.flagstone.transform.util.text
 

Methods in com.flagstone.transform.util.text that return Bounds
 Bounds TextTable.boundsForText(String text)
          Create a bound box that encloses the line of text when rendered using the specified font and size.
 



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.