T
- W
- @JsType(namespace="xgl.svg") public class AbstractUse<T extends HasReference,W extends AbstractUse<T,W>> extends Widget<SVGUseElement,W> implements HasFilter<W>
contextMenu, contextMenuHandlerRegistration, currentHeight, currentWidth, enabled, NATIVE_CONTEXT_MENU_HANDLER
Modifier | Constructor and Description |
---|---|
|
AbstractUse() |
|
AbstractUse(double x,
double y,
double width,
double height) |
protected |
AbstractUse(Object x,
Double y,
Double width,
Double height) |
|
AbstractUse(T referenceable) |
Modifier and Type | Method and Description |
---|---|
Filter |
getFilter() |
double |
getHeight() |
String |
getHRef() |
T |
getReferenceable() |
double |
getWidth() |
double |
getX() |
double |
getY() |
AbstractUse<T,W> |
set(double x,
double y,
double width,
double height) |
W |
setFilter(Filter filter) |
W |
setHeight(double height) |
W |
setHeight(double height,
Unit unit) |
void |
setHeight(String height) |
void |
setReferenceable(T referenceable) |
W |
setSize(double width,
double height) |
void |
setSize(String width,
String height) |
W |
setWidth(double width) |
W |
setWidth(double width,
Unit unit) |
W |
setWidth(String width) |
void |
setX(double x) |
void |
setX(Object x) |
void |
setX(String x) |
void |
setXY(double x,
double y) |
void |
setY(double y) |
void |
setY(Object y) |
void |
setY(String y) |
add, addActionHandler, addClassName, addDoubleActionHandler, addDoubleTapHandler, addDropTarget, addEventHandler, addEventHandler, addResizeHandler, addStyleName, addTapHandler, addTouchHoldHandler, canDropTargetAccept, cast, clear, clearBackgroundColor, clearDropTargets, clearTextColor, ensureHandlers, fireEvent, fireEvent, fireResizeEvent, getAbsoluteLeft, getAbsoluteTop, getAncestor, getChildren, getChildrenCount, getComputedStyle, getContextMenu, getContextMenuHandler, getDeepestWidget, getDragSource, getDropTargetList, getElement, getFirstChild, getId, getLastChild, getNextSibling, getNextSibling, getOffsetHeight, getOffsetWidth, getParent, getScrollLeft, getScrollTop, getStyle, hasClassName, hasFocus, insert, isAttached, isDropTarget, isEnabled, isInEventThread, onAttach, onDetach, remove, removeClassName, removeDropTarget, removeStyleName, setBackgroundColor, setClassName, setContextMenu, setDragSource, setDropTarget, setEnabled, setHeight, setId, setLeft, setLeftAndTop, setMaxHeight, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setMinWidth, setParent, setPixelSize, setScrollLeft, setScrollTop, setTextAlign, setTextColor, setTop, setWidth
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancelMeasure, cancelMutation, measureAsSoonAsPossible, mutateAsSoonAsPossible, mutateAsSoonAsPossible, scheduleMeasure, scheduleMutation
addAttachHandler
addDetachHandler
addTransitionEndHandler, addTransitionEndHandler
addMouseDownHandler, addMouseDownHandler
addMouseMoveHandler, addMouseMoveHandler
addMouseOutHandler, addMouseOutHandler
addMouseOverHandler, addMouseOverHandler
addMouseUpHandler, addMouseUpHandler
addWheelHandler, addWheelHandler
addClickHandler, addClickHandler
addDoubleClickHandler, addDoubleClickHandler
addContextMenuHandler, addContextMenuHandler
addTouchStartHandler, addTouchStartHandler
addTouchMoveHandler, addTouchMoveHandler
addTouchForceChangeHandler, addTouchForceChangeHandler
addTouchEndHandler, addTouchEndHandler
addTouchCancelHandler, addTouchCancelHandler
addTouchHoldHandler
addTapHandler
addDoubleTapHandler
addKeyDownHandler, addKeyDownHandler
addKeyUpHandler, addKeyUpHandler
addKeyPressHandler, addKeyPressHandler
addScrollHandler, addScrollHandler
addAnimationStartHandler, addAnimationStartHandler
addAnimationIterationHandler, addAnimationIterationHandler
addAnimationEndHandler, addAnimationEndHandler
addActionHandler
addDoubleActionHandler
@JsIgnore public AbstractUse()
@JsIgnore public AbstractUse(T referenceable)
@JsIgnore public AbstractUse(double x, double y, double width, double height)
public AbstractUse<T,W> set(double x, double y, double width, double height)
@WillMutate public void setReferenceable(T referenceable)
@WillMutate public void setX(double x)
@WillMutate public void setY(double y)
@WillMutate public void setXY(double x, double y)
@WillMutate @JsIgnore public W setWidth(double width)
setWidth
in class Widget<SVGUseElement,W extends AbstractUse<T,W>>
@WillMutate @JsMethod public W setWidth(double width, Unit unit)
setWidth
in class Widget<SVGUseElement,W extends AbstractUse<T,W>>
@WillMutate @JsMethod(name="setStringWidth") public W setWidth(String width)
@WillMutate @JsIgnore public W setHeight(double height)
setHeight
in class Widget<SVGUseElement,W extends AbstractUse<T,W>>
@WillMutate @JsMethod public W setHeight(double height, Unit unit)
setHeight
in class Widget<SVGUseElement,W extends AbstractUse<T,W>>
@JsIgnore public void setHeight(String height)
@WillMutate @JsIgnore public void setX(String x)
@WillMutate @JsIgnore public void setX(Object x)
@WillMutate @JsIgnore public void setY(String y)
@WillMutate @JsIgnore public void setY(Object y)
public double getX()
public double getY()
public double getWidth()
public double getHeight()
public W setSize(double width, double height)
setSize
in class Widget<SVGUseElement,W extends AbstractUse<T,W>>
public String getHRef()
public Filter getFilter()
public T getReferenceable()
Copyright © 2018 Xalys. All rights reserved.