- Rectangle - Class in ej.mwt.util
-
Represents a rectangle with a position and a size.
- Rectangle(int, int, int, int) - Constructor for class ej.mwt.util.Rectangle
-
Creates a rectangle specifying its bounds.
- Rectangle(Rectangle) - Constructor for class ej.mwt.util.Rectangle
-
Creates a rectangle from the bounds of another rectangle.
- RectangularBackground - Class in ej.mwt.style.background
-
Draws a plain color on the background with a rectangular border.
- RectangularBackground(int) - Constructor for class ej.mwt.style.background.RectangularBackground
-
Creates a rectangular background with no border.
- RectangularBorder - Class in ej.mwt.style.outline.border
-
Represents and draw a rectangular colored border.
- RectangularBorder(int, int) - Constructor for class ej.mwt.style.outline.border.RectangularBorder
-
Creates a rectangular border specifying its thickness.
- RelativeDimension - Class in ej.mwt.style.dimension
-
Dimension with constraint relative to the parent.
- RelativeDimension(float, float) - Constructor for class ej.mwt.style.dimension.RelativeDimension
-
Creates a relative dimension with constraints.
- removeAllChildren() - Method in class ej.mwt.Container
-
Removes all the children of this container.
- removeAllClassSelectors() - Method in class ej.mwt.Widget
-
Removes all the class selectors.
- removeChild(Widget) - Method in class ej.mwt.Container
-
Removes the specified widget from the list of children of this container.
- removeClassSelector(int) - Method in class ej.mwt.Widget
-
Removes a class selector.
- removeOutline(int, int, int, int) - Method in interface ej.mwt.util.Outlineable
-
Removes the given outline.
- removeOutline(int, int, int, int) - Method in class ej.mwt.util.Rectangle
-
- removeOutline(int, int, int, int) - Method in class ej.mwt.util.Size
-
- render(GraphicsContext) - Method in class ej.mwt.Desktop
-
The desktop is rendered using the given graphics context.
- render(GraphicsContext) - Method in class ej.mwt.Widget
-
Renders the widget on the given graphics context.
- renderChild(Widget, GraphicsContext) - Method in class ej.mwt.Container
-
Renders a child of this container.
- renderContent(GraphicsContext, int, int) - Method in class ej.mwt.Container
-
Renders the content of the widget without the border, margin and padding specified in the style.
- renderContent(GraphicsContext, int, int) - Method in class ej.mwt.Widget
-
Renders the content of the widget without the border, margin and padding specified in the style.
- renderDesktop() - Method in class ej.mwt.render.DefaultRenderPolicy
-
Renders the desktop on the display.
- renderDesktop() - Method in class ej.mwt.render.RenderPolicy
-
Renders the desktop on the display.
- RenderPolicy - Class in ej.mwt.render
-
A render policy is responsible of rendering the widgets of a desktop on the display.
- RenderPolicy(Desktop) - Constructor for class ej.mwt.render.RenderPolicy
-
Creates a render policy.
- renderWidget(GraphicsContext, Widget) - Method in class ej.mwt.Desktop
-
Renders a widget.
- renderWidget(Widget, int, int, int, int) - Method in class ej.mwt.render.DefaultRenderPolicy
-
This method performs the increment render of the widget.
- renderWidget(Widget, int, int, int, int) - Method in class ej.mwt.render.OverlapRenderPolicy
-
- replaceChild(int, Widget) - Method in class ej.mwt.Container
-
Replaces the child at the specified index in the list of children of this container by the specified widget.
- requestHide() - Method in class ej.mwt.Desktop
-
Hides the desktop from the display.
- requestLayOut() - Method in class ej.mwt.Desktop
-
Requests a lay out of all the hierarchy of this desktop.
- requestLayOut() - Method in class ej.mwt.Widget
-
Requests a lay out of all the widgets in the sub hierarchy of this widget.
- requestRender(Widget, int, int, int, int) - Method in class ej.mwt.render.DefaultRenderPolicy
-
- requestRender(Widget, int, int, int, int) - Method in class ej.mwt.render.RenderPolicy
-
Requests a rendering of the given widget on the display.
- requestRender() - Method in class ej.mwt.Widget
-
Requests a render of this entire widget on the display.
- requestRender(int, int, int, int) - Method in class ej.mwt.Widget
-
Requests a render of a zone of this widget on the display.
- requestShow() - Method in class ej.mwt.Desktop
-
Shows the desktop on the display.
- reset() - Method in class ej.mwt.stylesheet.cascading.CascadingStylesheet
-
Resets the stylesheet to its initial state.
- resetDefaultStyle() - Method in class ej.mwt.stylesheet.cascading.CascadingStylesheet
-
Resets the default style attributes to their initial value.
- resetSelectorStyle(Selector) - Method in class ej.mwt.stylesheet.cascading.CascadingStylesheet
-
Resets the style attributes for a selector.
- RIGHT - Static variable in class ej.mwt.util.Alignment
-
Constant for positioning on the right.
- RoundedBackground - Class in ej.mwt.style.background
-
Draws a plain color on the background with a round corner.
- RoundedBackground(int, int) - Constructor for class ej.mwt.style.background.RoundedBackground
-
Creates a rounded background.
- RoundedBorder - Class in ej.mwt.style.outline.border
-
Draws a uniform border with round corners.
- RoundedBorder(int, int, int) - Constructor for class ej.mwt.style.outline.border.RoundedBorder
-
Creates a rounded border specifying its attributes.