Changed Methods |
void adjustRow(Row, int, int)
|
Documentation changed from old to new. |
Adjusts the given row if possible to fit within the layout span. |
View createRow()
|
Documentation changed from old to new. |
Create a View that should be used to hold a a row's worth of children in a flow. |
int findOffsetToCharactersInString(char[], int)
|
Documentation changed from old to new. |
Finds the next character in the document with a character in string starting at offset start . |
boolean flipEastAndWestAtEnds(int, Bias)
|
Documentation changed from old to new. |
Determines in which direction the next view lays. |
float getAlignment(int )
|
Documentation changed from old to new. |
Determines the desired alignment for this view along an axis. |
int getClosestPositionTo(int, Bias, Shape, int, Bias[], int, int)
|
Documentation changed from old to new. |
Returns the closest model position to x . |
int getFlowSpan(int )
|
Documentation changed from old to new. |
Fetches the constraining span to flow against for the given child index. |
int getFlowStart(int )
|
Documentation changed from old to new. |
Fetches the location along the flow axis that the flow span will start at. |
View getLayoutView(int )
|
Documentation changed from old to new. |
Returns the view at a given index . |
int getLayoutViewCount()
|
Documentation changed from old to new. |
Returns the number of views that this view is responsible for. |
int getNextNorthSouthVisualPositionFrom(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. |
float getPartialSize(int, int)
|
Documentation changed from old to new. |
Returns the size used by the views between startOffset and endOffset . |
float getTabBase()
|
Documentation changed from old to new. |
Returns where the tabs are calculated from. |
TabSet getTabSet()
|
Documentation changed from old to new. |
Gets the Tabset to be used in calculating tabs. |
float nextTabStop(float, int)
|
Documentation changed from old to new. |
Returns the next tab stop position given a reference position. |
void setFirstLineIndent(float )
|
Documentation changed from old to new. |
Sets the indent on the first line. |
void setJustification(int )
|
Documentation changed from old to new. |
Sets the type of justification. |
void setLineSpacing(float )
|
Documentation changed from old to new. |
Sets the line spacing. |
void setPropertiesFromAttributes()
|
Documentation changed from old to new. |
Set the cached properties from the attributes. |
View breakView(int, float, Shape)
|
Documentation changed from old to new. |
Breaks this view on the given axis at the given length. |
int getBreakWeight(int, float)
|
Documentation changed from old to new. |
Gets the break weight for a given location. |