Changed Methods |
void baselineLayout(int, int, int[], int[])
|
Documentation changed from old to new. |
Computes the location and extent of each child view in this BoxView given the targetSpan which is the width (or height) of the region we have to work with. |
SizeRequirements baselineRequirements(int, SizeRequirements)
|
Documentation changed from old to new. |
Calculates the size requirements for this BoxView by examining the size of each child view. |
SizeRequirements calculateMajorAxisRequirements(int, SizeRequirements)
|
Documentation changed from old to new. |
Calculates the size requirements for the major axis axis. |
SizeRequirements calculateMinorAxisRequirements(int, SizeRequirements)
|
Documentation changed from old to new. |
Calculates the size requirements for the minor axis axis . |
boolean flipEastAndWestAtEnds(int, Bias)
|
Documentation changed from old to new. |
Determines in which direction the next view lays. |
void forwardUpdate(ElementChange, DocumentEvent, Shape, ViewFactory)
|
Documentation changed from old to new. |
Forwards the given DocumentEvent to the child views that need to be notified of the change to the model. |
float getAlignment(int )
|
Documentation changed from old to new. |
Determines the desired alignment for this view along an axis. |
int getAxis()
|
Documentation changed from old to new. |
Fetches the tile axis property. |
Shape getChildAllocation(int, Shape)
|
Documentation changed from old to new. |
Fetches the allocation for the given child view. |
int getHeight()
|
Documentation changed from old to new. |
Returns the current height of the box. |
float getMaximumSpan(int )
|
Documentation changed from old to new. |
Determines the maximum span for this view along an axis. |
float getMinimumSpan(int )
|
Documentation changed from old to new. |
Determines the minimum span for this view along an axis. |
int getOffset(int, int)
|
Documentation changed from old to new. |
Fetches the offset of a particular child's current layout. |
float getPreferredSpan(int )
|
Documentation changed from old to new. |
Determines the preferred span for this view along an axis. |
int getResizeWeight(int )
|
Documentation changed from old to new. |
Gets the resize weight. |
int getSpan(int, int)
|
Documentation changed from old to new. |
Fetches the span of a particular childs current layout. |
View getViewAtPoint(int, int, Rectangle)
|
Documentation changed from old to new. |
Fetches the child view at the given coordinates. |
int getWidth()
|
Documentation changed from old to new. |
Returns the current width of the box. |
boolean isAfter(int, int, Rectangle)
|
Documentation changed from old to new. |
Determines if a point falls after an allocated region. |
boolean isBefore(int, int, Rectangle)
|
Documentation changed from old to new. |
Determines if a point falls before an allocated region. |
void layout(int, int)
|
Documentation changed from old to new. |
Perform layout on the box |
void layoutChanged(int )
|
Documentation changed from old to new. |
Invalidates the layout along an axis. |
void layoutMajorAxis(int, int, int[], int[])
|
Documentation changed from old to new. |
Performs layout for the major axis of the box (i.e. |
void layoutMinorAxis(int, int, int[], int[])
|
Documentation changed from old to new. |
Performs layout for the minor axis of the box (i.e. |
void paint(Graphics, Shape)
|
Documentation changed from old to new. |
Renders the BoxView using the given rendering surface and area on that surface. |
void preferenceChanged(View, boolean, boolean)
|
Documentation changed from old to new. |
This is called by a child to indicate its preferred span has changed. |
void replace(int, int, View[])
|
Documentation changed from old to new. |
Invalidates the layout and resizes the cache of requests/allocations. |
void setAxis(int )
|
Documentation changed from old to new. |
Sets the tile axis property. |
void setSize(float, float)
|
Documentation changed from old to new. |
Sets the size of the view. |
Shape modelToView(int, Shape, Bias)
|
Documentation changed from old to new. |
Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it. |