public class DrawImage extends DrawItem
config, configOnly, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
DrawImage() |
DrawImage(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
create() |
Point |
getCenter()
Get the center point of the image.
|
int |
getHeight()
Height in pixels relative to the
local coordinate system . |
int |
getLeft()
Left coordinate in pixels relative to the
local coordinate system . |
static DrawImage |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String |
getSrc()
URL to the image file.
|
java.lang.String |
getTitle()
Title (tooltip hover text) for this image.
|
int |
getTop()
Top coordinate in pixels relative to the
local coordinate system . |
java.lang.Boolean |
getUseMatrixFilter()
Configures whether a Matrix filter is used to render this DrawImage in Internet Explorer 6-8.
|
int |
getWidth()
Width in pixels relative to the
local coordinate system . |
void |
moveBy(int dX,
int dY)
Move the drawImage by the specified delta
|
void |
moveTo(java.lang.Integer left,
java.lang.Integer top)
Move the drawImage to the specified position
|
static void |
setDefaultProperties(DrawImage drawImageProperties)
Class level method to set the default properties of this class.
|
void |
setHeight(int height)
Height in pixels relative to the
local coordinate system . |
void |
setLeft(int left)
Left coordinate in pixels relative to the
local coordinate system . |
void |
setRect(java.lang.Integer left,
java.lang.Integer top,
java.lang.Integer width,
java.lang.Integer height)
Updates the drawImage to match the specified coordinates and size in
local coordinates . |
void |
setSrc(java.lang.String src)
URL to the image file.
|
void |
setTitle(java.lang.String title)
Title (tooltip hover text) for this image.
|
void |
setTop(int top)
Top coordinate in pixels relative to the
local coordinate system . |
void |
setUseMatrixFilter(java.lang.Boolean useMatrixFilter)
Configures whether a Matrix filter is used to render this DrawImage in Internet Explorer 6-8.
|
void |
setWidth(int width)
Width in pixels relative to the
local coordinate system . |
addClickHandler, addDragMoveHandler, addDragResizeMoveHandler, addDragResizeStartHandler, addDragResizeStopHandler, addDragStartHandler, addDragStopHandler, addMouseDownHandler, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addMovedHandler, addResizedHandler, addShowContextMenuHandler, changeAutoChildDefaults, changeAutoChildDefaults, changeAutoChildDefaults, computeAngle, computeAngleAsDouble, dragResizeMove, draw, erase, getAttributeAsIntArray, getBoundingBox, getBoundingBoxAsDouble, getCanDrag, getCanHover, getCanvasAutoChild, getContextMenu, getCornerResizeKnob, getCursor, getDestroyed, getDestroying, getDragStartDistance, getDrawGroup, getDrawItemAutoChild, getDrawPane, getEditProxyConstructor, getEndArrow, getEndKnob, getEventOpaque, getFillColor, getFillGradient, getFillGradientAsString, getFillOpacity, getFormItemAutoChild, getHoverDelay, getHoverHTML, getKeepInParentRect, getKnobs, getLineCap, getLineColor, getLineOpacity, getLinePattern, getLineWidth, getMoveKnob, getMoveKnobOffset, getMoveKnobPoint, getPageLeft, getPageTop, getPrompt, getProportionalResizeModifiers, getProportionalResizing, getRef, getResizeBoundingBox, getResizeBoundingBoxAsDouble, getResizeKnobPoints, getResizeOutline, getResizeViaLocalTransformOnly, getRotation, getRotationAsDouble, getScale, getShadow, getShowHover, getShowResizeOutline, getShowTitleLabelBackground, getSideResizeKnob, getStartArrow, getStartKnob, getSvgString, getTitleLabel, getTitleLabelBackground, getTitleLabelPadding, getTitleRotationMode, getTranslate, getXShearFactor, getYShearFactor, hide, hideAllKnobs, hideKnobs, hideKnobs, hover, isInBounds, isPointInPath, resizeBy, resizeTo, rotateBy, rotateTo, scaleBy, scaleTo, setAttribute, setAttribute, setAutoChildConstructor, setAutoChildProperties, setAutoChildProperties, setAutoChildProperties, setAutoChildProperties, setAutoChildVisibility, setCanDrag, setCanHover, setCenterPoint, setContextMenu, setCursor, setDefaultProperties, setDragStartDistance, setDrawGroup, setDrawPane, setEditProxyConstructor, setEndArrow, setEventOpaque, setFillColor, setFillGradient, setFillGradient, setFillOpacity, setHoverDelay, setKeepInParentRect, setKeepInParentRect, setKnobs, setLineCap, setLineColor, setLineOpacity, setLinePattern, setLineWidth, setMoveKnobOffset, setMoveKnobPoint, setPrompt, setPropertyValue, setProportionalResizeModifiers, setProportionalResizing, setResizeKnobPoints, setResizeViaLocalTransformOnly, setRotation, setRotation, setScale, setShadow, setShapeData, setShowHover, setShowResizeOutline, setShowTitleLabelBackground, setStartArrow, setTitleLabelPadding, setTitleRotationMode, setTranslate, setXShearFactor, setYShearFactor, show, showAllKnobs, showKnobs, showKnobs, supportsEndArrow, supportsStartArrow
applyFactoryProperties, asSGWTComponent, createJsObj, destroy, doAddHandler, doInit, error, error, errorIfNotCreated, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsString, getAttributeAsStringArray, getClassName, getConfig, getHandlerCount, getID, getJsObj, getOrCreateJsObj, getScClassName, getTestInstance, hasAutoAssignedID, internalSetID, internalSetID, isConfigOnly, isCreated, isFactoryCreated, onBind, onInit, registerID, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setConfig, setConfigOnly, setFactoryCreated, setID, setJavaScriptObject, setProperty, setProperty, setProperty, setProperty, setScClassName
public DrawImage()
public DrawImage(com.google.gwt.core.client.JavaScriptObject jsObj)
public static DrawImage getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
public void setHeight(int height)
local coordinate system
.
height
- new height. Default value is 16public int getHeight()
local coordinate system
.public void setLeft(int left)
local coordinate system
.
left
- new left coordinate. Default value is 0public int getLeft()
local coordinate system
.public void setSrc(java.lang.String src)
src
- new URL. Default value is "blank.png"public java.lang.String getSrc()
public void setTitle(java.lang.String title) throws java.lang.IllegalStateException
setTitle
in class DrawItem
title
- Default value is nulljava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdDrawItem.setTitleRotationMode(com.smartgwt.client.types.TitleRotationMode)
public java.lang.String getTitle()
getTitle
in class DrawItem
DrawItem.getTitleRotationMode()
public void setTop(int top)
local coordinate system
.
top
- new top coordinate. Default value is 0public int getTop()
local coordinate system
.public void setUseMatrixFilter(java.lang.Boolean useMatrixFilter) throws java.lang.IllegalStateException
With the default of
null
, matrix filters may be used unless neverUseFilters
has been set. When set explicitly to true
, matrix filters may be used even if
neverUseFilters
is true
.
This setting exists due to platform limitations in Internet Explorer where it is impossible to implement shearing transforms on an image without a matrix filter. Shear can arise by:
xShearFactor
or
yShearFactor
,scale
(where the scale values along the x- and
y-dimensions are not equal) and a nonzero rotation
,
orKnobType.RESIZE
control knobs
on a rotated DrawImage. useMatrixFilter
to
true
avoids this possibility but it also suffers from a range of side-effects mentioned here
.useMatrixFilter
- Default value is nulljava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdIEFilters overview and related methods
public java.lang.Boolean getUseMatrixFilter()
With the default of
null
, matrix filters may be used unless neverUseFilters
has been set. When set explicitly to true
, matrix filters may be used even if
neverUseFilters
is true
.
This setting exists due to platform limitations in Internet Explorer where it is impossible to implement shearing transforms on an image without a matrix filter. Shear can arise by:
xShearFactor
or
yShearFactor
,scale
(where the scale values along the x- and
y-dimensions are not equal) and a nonzero rotation
,
orKnobType.RESIZE
control knobs
on a rotated DrawImage. useMatrixFilter
to
true
avoids this possibility but it also suffers from a range of side-effects mentioned here
.IEFilters overview and related methods
public void setWidth(int width)
local coordinate system
.
width
- new width. Default value is 16public int getWidth()
local coordinate system
.public Point getCenter()
public void moveBy(int dX, int dY)
public void moveTo(java.lang.Integer left, java.lang.Integer top)
public void setRect(java.lang.Integer left, java.lang.Integer top, java.lang.Integer width, java.lang.Integer height)
local coordinates
.left
- new left coordinatetop
- new top coordinatewidth
- new widthheight
- new heightpublic static void setDefaultProperties(DrawImage drawImageProperties)
Note: This method is intended for setting default attributes only and will affect all instances of the underlying class (including those automatically generated in JavaScript). This method should not be used to apply standard EventHandlers or override methods for a class - use a custom subclass instead. Calling this method after instances have been created can result in undefined behavior, since it bypasses any setters and a class instance may have already examined a particular property and not be expecting any changes through this route.
drawImageProperties
- properties that should be used as new defaults when instances of this class are createdSGWTProperties