public class DrawImage extends DrawItem
config, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
DrawImage() |
DrawImage(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
JavaScriptObject |
create() |
Point |
getCenter()
Get the center point of the image.
|
int |
getHeight()
Height in pixels.
|
int |
getLeft()
Left coordinate in pixels relative to the DrawPane.
|
static DrawImage |
getOrCreateRef(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 DrawPane.
|
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.
|
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.
|
void |
setLeft(int left)
Left coordinate in pixels relative to the DrawPane.
|
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 DrawPane.
|
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.
|
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, getSideResizeKnob, getStartArrow, getStartKnob, getSvgString, 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, setShowHover, setShowResizeOutline, setStartArrow, 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, isCreated, isFactoryCreated, onBind, onInit, registerID, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setConfig, setFactoryCreated, setID, setJavaScriptObject, setProperty, setProperty, setProperty, setProperty, setScClassName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fireEvent
public DrawImage()
public DrawImage(JavaScriptObject jsObj)
public static DrawImage getOrCreateRef(JavaScriptObject jsObj)
public JavaScriptObject create()
public void setHeight(int height)
height
- new height. Default value is 16public int getHeight()
public void setLeft(int left)
left
- new left coordinate. Default value is 0public int getLeft()
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
title
- Default value is nulljava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic java.lang.String getTitle()
public void setTop(int top)
top
- new top coordinate. Default value is 0public int getTop()
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)
width
- new width. Default value is 16public int getWidth()
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)
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 created