Changed Methods |
boolean flipEastAndWestAtEnds(int, Bias)
|
Documentation changed from old to new. |
Determines in which direction the next view lays. |
Shape getChildAllocation(int, Shape)
|
Documentation changed from old to new. |
Fetches the allocation for the given child view to render into. |
Rectangle getInsideAllocation(Shape )
|
Documentation changed from old to new. |
Translates the immutable allocation given to the view to a mutable allocation that represents the interior allocation (i.e. |
int getNextEastWestVisualPositionFrom(int, Bias, Shape, int, Bias[])
|
Documentation changed from old to new. |
Returns the next visual position for the cursor in either the east or west direction. |
int getNextNorthSouthVisualPositionFrom(int, Bias, Shape, int, Bias[])
|
Documentation changed from old to new. |
Returns the next visual position for the cursor in either the north or south direction. |
int getNextVisualPositionFrom(int, Bias, Shape, int, Bias[])
|
Documentation changed from old to new. |
Provides a way to determine the next visually represented model location that one might place a caret. |
View getView(int )
|
Documentation changed from old to new. |
Returns the n-th view in this container. |
View getViewAtPoint(int, int, Rectangle)
|
Documentation changed from old to new. |
Fetches the child view at the given coordinates. |
View getViewAtPosition(int, Rectangle)
|
Documentation changed from old to new. |
Fetches the child view that represents the given position in the model. |
int getViewIndexAtPosition(int )
|
Documentation changed from old to new. |
Fetches the child view index representing the given position in the model. |
void loadChildren(ViewFactory )
|
Documentation changed from old to new. |
Loads all of the children to initialize the view. |
void replace(int, int, View[])
|
Documentation changed from old to new. |
Replaces child views. |
void setParent(View )
|
Documentation changed from old to new. |
Sets the parent of the view. |
int getViewIndex(int, Bias)
|
Documentation changed from old to new. |
Returns the child view index representing the given position in the model. |
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. |
Shape modelToView(int, Bias, int, Bias, Shape)
|
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. |
int viewToModel(float, float, Shape, Bias[])
|
Documentation changed from old to new. |
Provides a mapping from the view coordinate space to the logical coordinate space of the model. |