- getBlue(int) - Static method in class ej.widget.util.color.ColorHelper
-
Gets a color blue component.
- getCellChild(int, int) - Method in class ej.widget.container.Grid
-
Gets the widget at the specified column and row.
- getCenterChild() - Method in class ej.widget.container.Dock
-
Gets the child at the center of this dock.
- getCenterChild() - Method in class ej.widget.container.SimpleDock
-
Gets the center widget of this simple dock.
- getColor(int, int, int) - Static method in class ej.widget.util.color.ColorHelper
-
Gets the color from red, green and blue components.
- getCount() - Method in class ej.widget.container.Grid
-
Gets the number of widgets per row/column (depending on the grid orientation).
- getDarkestColor(int, int) - Static method in class ej.widget.util.color.LightHelper
-
Gets the darkest of two colors.
- getFirstChild() - Method in class ej.widget.container.SimpleDock
-
Gets the first widget of this simple dock.
- getFont(String, int, int) - Method in class ej.widget.util.font.StrictFontLoader
-
Gets the MicroUI font matching the given parameters.
- getFont(String, int) - Method in class ej.widget.util.font.StrictFontLoader
-
Gets the MicroUI font matching the given parameters and with the plain style.
- getFontHeight(int) - Method in class ej.widget.util.font.StrictFontLoader
-
Gets the expected font height in pixels for the given size.
- getGreen(int) - Static method in class ej.widget.util.color.ColorHelper
-
Gets a color green component.
- getLastChild() - Method in class ej.widget.container.SimpleDock
-
Gets the last widget of this simple dock.
- getLight(int) - Static method in class ej.widget.util.color.LightHelper
-
Gets the light level of a color.
- getLightestColor(int, int) - Static method in class ej.widget.util.color.LightHelper
-
Gets the lightest of two colors.
- getLines(String) - Static method in class ej.widget.util.render.TextHelper
-
Gets the lines in a text.
- getMostContrastingColor(int) - Static method in class ej.widget.util.color.LightHelper
-
Gets the color that best contrasts against a given color.
- getMostContrastingColor(int, int, int) - Static method in class ej.widget.util.color.LightHelper
-
Gets the color that best contrasts against a given color.
- getOrientation() - Method in class ej.widget.container.Flow
-
Gets the orientation of this flow.
- getOrientation() - Method in class ej.widget.container.Grid
-
Gets the orientation of this grid.
- getOrientation() - Method in class ej.widget.container.List
-
Gets the orientation of this list.
- getOrientation() - Method in class ej.widget.container.SimpleDock
-
Gets the orientation of this simple dock.
- getRed(int) - Static method in class ej.widget.util.color.ColorHelper
-
Gets a color red component.
- getText() - Method in class ej.widget.basic.Label
-
Gets the text displayed on this label.
- getWords(String) - Static method in class ej.widget.util.render.TextHelper
-
Gets the words in a text.
- GradientHelper - Class in ej.widget.util.color
-
Gradient utilities.
- Grid - Class in ej.widget.container
-
Lays out any number of children in a grid.
- Grid(boolean, int) - Constructor for class ej.widget.container.Grid
-
Creates a grid specifying its orientation and the number of widgets per row/column (depending on the orientation
chosen via the horizontal parameter).