public class Circle extends Widget<SVGCircleElement,Circle> implements HasFill<Circle>, HasStroke<Circle>, HasFilter<Circle>
contextMenu, contextMenuHandlerRegistration, currentHeight, currentWidth, enabled, NATIVE_CONTEXT_MENU_HANDLER
Constructor and Description |
---|
Circle() |
Circle(double x,
double y,
double width,
double height) |
Modifier and Type | Method and Description |
---|---|
Double |
getCX() |
Double |
getCY() |
Fill<?> |
getFill() |
Filter |
getFilter() |
Double |
getR() |
Stroke |
getStroke() |
void |
set(double x,
double y,
double width,
double height) |
Circle |
setCX(double cx) |
Circle |
setCX(Double cx) |
Circle |
setCX(double cx,
Unit unit) |
Circle |
setCX(Double cx,
Unit unit) |
Circle |
setCY(double cy) |
Circle |
setCY(Double cy) |
Circle |
setCY(double cy,
Unit unit) |
Circle |
setCY(Double cy,
Unit unit) |
Circle |
setFill(Fill<?> fill) |
Circle |
setFilter(Filter filter) |
Circle |
setHeight(double height) |
void |
setHeight(String height) |
Circle |
setR(double r) |
Circle |
setR(Double r) |
Circle |
setR(double r,
Unit unit) |
Circle |
setR(Double r,
Unit unit) |
void |
setSize(String width,
String height) |
Circle |
setStroke(Stroke stroke) |
Circle |
setWidth(double width) |
void |
setWidth(String width) |
void |
setX(double x) |
void |
setX(String x) |
void |
setY(double 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, setHeight, setId, setLeft, setLeftAndTop, setMaxHeight, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setMinWidth, setParent, setPixelSize, setScrollLeft, setScrollTop, setSize, setTextAlign, setTextColor, setTop, setWidth, 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
public Circle()
public Circle(double x, double y, double width, double height)
public void set(double x, double y, double width, double height)
public void setX(double x)
public void setY(double y)
public Circle setWidth(double width)
setWidth
in class Widget<SVGCircleElement,Circle>
public Circle setHeight(double height)
setHeight
in class Widget<SVGCircleElement,Circle>
public void setX(String x)
public void setY(String y)
public void setWidth(String width)
public void setHeight(String height)
public Double getCX()
public Circle setCX(double cx)
public Double getCY()
public Circle setCY(double cy)
public Double getR()
public Circle setR(double r)
Copyright © 2018 Xalys. All rights reserved.