public class CircleSplashScreenshotTransitionContainer extends SplashScreenshotTransitionContainer
SplashScreenshotTransitionContainer
forward, newScreenshot, newWidget, step, stop
DURATION
EMPTY_ELEMENT_ARRAY
Constructor and Description |
---|
CircleSplashScreenshotTransitionContainer(boolean clip)
Creates a circle splash transition container.
|
Modifier and Type | Method and Description |
---|---|
protected void |
drawSplash(ej.microui.display.GraphicsContext g,
ej.microui.display.Image widgetImage,
float factor,
int x,
int y,
int width,
int height)
Draws the growing/shrinking widget.
|
getStop, render, resetContext, setAnchor, takeScreenshot
isAnimating, isTransparent, show, updateStep
addAnimationStepListener, cancelAnimation, createMotion, getDuration, getMotionFactory, hideNotify, notifyAnimationStepListeners, notifyAnimationStepListeners, removeAnimationStepListener, setBoundsContent, setChildBounds, setDuration, setMotionFactory, startAnimation, stopAnimation, tick, validateContent
add, addClassSelector, contains, gainFocus, getAttribute, getChild, getChildrenCount, getChildrenElements, getParentElement, getStyle, hasClassSelector, isInState, lostFocus, mergeStyle, removeAllClassSelectors, removeClassSelector, removeInstanceStyle, renderContent, setBounds, setClassSelectors, setEnabled, updateStyle, updateStyleOnly, validate
getFocus, getFocusIndex, getNext, getWidget, getWidgetAt, getWidgets, getWidgetsCount, handleEvent, iterator, remove, removeAllWidgets, requestFocus, requestFocus, requestFocusFrom, showNotify
getAbsoluteX, getAbsoluteX, getAbsoluteY, getAbsoluteY, getEventHandler, getHeight, getPanel, getParent, getPreferredHeight, getPreferredWidth, getRelativeX, getRelativeY, getWidth, getX, getY, hasFocus, invalidate, isEnabled, isShown, isValid, isVisible, repaint, repaint, revalidate, revalidateSubTree, setEventHandler, setLocation, setPreferredSize, setSize, setVisible
public CircleSplashScreenshotTransitionContainer(boolean clip)
clip
- true
if the widget is clipped, false
if the widget is resized.protected void drawSplash(ej.microui.display.GraphicsContext g, ej.microui.display.Image widgetImage, float factor, int x, int y, int width, int height)
SplashScreenshotTransitionContainer
drawSplash
in class SplashScreenshotTransitionContainer
g
- the graphics context.widgetImage
- the image of the growing/shrinking widget.factor
- the size factor.x
- the x of the splash.y
- the y of the splash.width
- the width of the splash.height
- the height of the splash.