- D_SHIFT - Static variable in class ej.style.selector.SpecificityHelper
-
The d number shift in the integer.
- darkenColor(int, int) - Static method in class ej.color.LightHelper
-
Gets a darkened version of a color.
- DATA_LINK_ESCAPE - Static variable in interface ej.widget.util.ControlCharacters
-
Cause the following octets to be interpreted as raw data, not as control codes or graphic characters.
- decrementSize(int, int) - Method in class ej.style.container.Rectangle
-
Decrements the size of the rectangle.
- DEFAULT_DURATION - Static variable in class ej.widget.util.SwipeEventHandler
-
Default animation duration.
- DEFAULT_PERIOD - Static variable in class ej.animation.Animator
-
The default tick period.
- DefaultBoundedRangeModel - Class in ej.widget.model
-
A generic implementation of bounded range.
- DefaultBoundedRangeModel(int, int, int) - Constructor for class ej.widget.model.DefaultBoundedRangeModel
-
Creates a default bounded range model with the given minimum value, maximum value and initial value.
- DefaultFontLoader - Class in ej.style.font.loader
-
Default implementation of font loader that always return the default font.
- DefaultFontLoader() - Constructor for class ej.style.font.loader.DefaultFontLoader
-
- DefaultImageLoader - Class in ej.style.image
-
Default implementation of image loader that simply returns the image at the given path.
- DefaultImageLoader() - Constructor for class ej.style.image.DefaultImageLoader
-
- DELETE - Static variable in interface ej.widget.util.ControlCharacters
-
Not technically part of the C0 control character range, this was originally used to mark deleted characters on
paper tape, since any character could be changed to all ones by punching holes everywhere.
- DescendantCombinator - Class in ej.style.selector.combinator
-
A descendant combinator selects by checking the element hierarchy.
- DescendantCombinator(Selector, Selector) - Constructor for class ej.style.selector.combinator.DescendantCombinator
-
Creates a descendant combinator.
- DescendantCombinator(Selector...) - Constructor for class ej.style.selector.combinator.DescendantCombinator
-
Creates a descendant combinator.
- DEVICE_CONTROL1 - Static variable in interface ej.widget.util.ControlCharacters
-
These four control codes are reserved for device control, with the interpretation dependent upon the device they
were connected.
- DEVICE_CONTROL2 - Static variable in interface ej.widget.util.ControlCharacters
-
- DEVICE_CONTROL3 - Static variable in interface ej.widget.util.ControlCharacters
-
- DEVICE_CONTROL4 - Static variable in interface ej.widget.util.ControlCharacters
-
- Dimension - Interface in ej.style.dimension
-
Represents a dimension constraint for an element.
- dimension - Variable in class ej.style.Style
-
Dimension.
- DIMENSION_SHIFT - Static variable in class ej.style.Style
-
Dimension field position in bit map.
- Dock - Class in ej.widget.container
-
Docks its children to the left, right, top or bottom sides.
- Dock() - Constructor for class ej.widget.container.Dock
-
Creates a dock composite.
- draw(GraphicsContext, Displayable) - Static method in class ej.widget.util.DrawScreenHelper
-
Draws the given displayable in the given graphic context.
- draw(GraphicsContext, Desktop) - Static method in class ej.widget.util.DrawScreenHelper
-
Draws the given desktop in the given graphic context.
- draw(GraphicsContext, Panel) - Static method in class ej.widget.util.DrawScreenHelper
-
Draws the given panel in the given graphic context.
- draw(GraphicsContext, Widget) - Static method in class ej.widget.util.DrawScreenHelper
-
Draws the given widget in the given graphic context.
- draw(GraphicsContext, Composite) - Static method in class ej.widget.util.DrawScreenHelper
-
Draws the given composite in the given graphic context.
- drawImage(GraphicsContext, Rectangle) - Method in class ej.style.background.AbstractImageBackground
-
Draws the background image.
- drawImage(GraphicsContext, Rectangle) - Method in class ej.style.background.SimpleImageBackground
-
- drawImage(GraphicsContext, Rectangle) - Method in class ej.style.background.TiledImageBackground
-
- DrawScreenHelper - Class in ej.widget.util
-
Utilities to take a screenshot of displayable objects.
- drawSplash(GraphicsContext, Image, float, int, int, int, int) - Method in class ej.widget.container.transition.CircleSplashScreenshotTransitionContainer
-
- drawSplash(GraphicsContext, Image, float, int, int, int, int) - Method in class ej.widget.container.transition.SplashScreenshotTransitionContainer
-
Draws the growing/shrinking widget.
- drawText(GraphicsContext, String, Font, int, Rectangle, int) - Method in class ej.style.text.ComplexTextManager
-
- drawText(GraphicsContext, String, Font, int, Rectangle, int) - Method in class ej.style.text.SimpleTextManager
-
- drawText(GraphicsContext, String, Font, int, Rectangle, int) - Method in interface ej.style.text.TextManager
-
Draws text on a graphics context.
- DURATION - Static variable in class ej.widget.container.transition.TransitionContainer
-
Default transition duration.