Uses of Class
cn.mapway.ui.client.mvc.Size
-
-
Uses of Size in cn.mapway.ui.client.mvc
Methods in cn.mapway.ui.client.mvc that return Size Modifier and Type Method Description SizeSize. clone()SizeSize. copyFrom(Size src)SizeSize. copyTo(Size dest)static SizeSize. create(double x, double y)SizeRect. getCenter()SizeRect. getSize()SizeSize. offset(double offsetX, double offsetY)SizeSize. scale(double scaleX, double scaleY)SizeSize. set(double x, double y)Methods in cn.mapway.ui.client.mvc with parameters of type Size Modifier and Type Method Description booleanRect. contains(Size point)SizeSize. copyFrom(Size src)SizeSize. copyTo(Size dest)doubleSize. distanceTo(Size target) -
Uses of Size in cn.mapway.ui.client.mvc.attribute.editor
Methods in cn.mapway.ui.client.mvc.attribute.editor that return Size Modifier and Type Method Description SizeIAttributeEditor. getSize()编辑器的缺省大小 -
Uses of Size in cn.mapway.ui.client.mvc.attribute.editor.common
Methods in cn.mapway.ui.client.mvc.attribute.editor.common that return Size Modifier and Type Method Description SizeAbstractAttributeEditor. getSize()返回编辑器弹出窗的缺省大小 -
Uses of Size in cn.mapway.ui.client.mvc.attribute.editor.editorselector
Methods in cn.mapway.ui.client.mvc.attribute.editor.editorselector that return Size Modifier and Type Method Description SizeEditorSelector. requireDefaultSize() -
Uses of Size in cn.mapway.ui.client.mvc.window
Methods in cn.mapway.ui.client.mvc.window that return Size Modifier and Type Method Description SizeIProvideSize. requireDefaultSize() -
Uses of Size in cn.mapway.ui.client.widget
Methods in cn.mapway.ui.client.widget that return Size Modifier and Type Method Description SizeAiFlexTable. getCellForDoubleClickEvent(com.google.gwt.event.dom.client.DoubleClickEvent event)x is columen ; y is rowSizeCommonEventComposite. requireDefaultSize()缺省不提供尺寸 -
Uses of Size in cn.mapway.ui.client.widget.canvas
Methods in cn.mapway.ui.client.widget.canvas that return Size Modifier and Type Method Description SizeCanvasWidget. getSpaceSize()SizeCanvasWidget. resizeWindow() -
Uses of Size in cn.mapway.ui.client.widget.color
Methods in cn.mapway.ui.client.widget.color that return Size Modifier and Type Method Description SizeColorChooser. requireDefaultSize() -
Uses of Size in cn.mapway.ui.client.widget.dialog
Methods in cn.mapway.ui.client.widget.dialog with parameters of type Size Modifier and Type Method Description voidAiDialog. setSize(Size size)
-