public class LineTabsLayoutBlock.LineSize extends AbstractTabsLayoutBlock.TabsSize
Size information about a line on a LineTabsLayoutBlock.| Constructor and Description |
|---|
LineSize(Size.Type type,
Dimension size,
Tab[] tabs,
boolean allTabs,
double score)
Creates a new size
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAllTabs()
Tells whether this size represents a size where all tabs are shown.
|
getTabCount, getTabs, toStringgetHeight, getScore, getType, getWidth, isMinimum, isPreferred, toDimensionpublic LineSize(Size.Type type, Dimension size, Tab[] tabs, boolean allTabs, double score)
type - the kind of size this issize - the amount of needed pixelstabs - the tabs shown with this sizeallTabs - whether tabs includes all available tabsscore - how well this size is likedCopyright © 2017 Docking Frames. All rights reserved.