public class BarcodeShape extends RMShape implements RMShapePainter.Paint, Java2DShapePainter
WRAP_TYPE_BOTH, WRAP_TYPE_NONE| Constructor and Description |
|---|
BarcodeShape() |
| Modifier and Type | Method and Description |
|---|---|
void |
basePaint(java.awt.Graphics2D g,
java.awt.geom.Rectangle2D rect)
Called from PDF painting - fillwith white first
|
void |
copy(java.lang.Object anObj)
Copies the attributes from the given object.
|
boolean |
equals(java.lang.Object anObj)
Standard equals implementation.
|
java.lang.Object |
fromXML(RXArchiver anArchiver,
RXElement anElement)
XML unarchival.
|
int |
getBarcodeHeight() |
int |
getBarcodeType() |
int |
getBarcodeWidth() |
RMXString |
getString() |
java.lang.String |
getToolClassName()
Editor method - returns the tool class name for this shape.
|
boolean |
isShowText() |
void |
paintShape(RMShapePainter aPainter,
java.awt.Graphics2D g) |
RMShape |
rpgClone(ReportMill aReportMill)
A clone implementation that copies this shape and its children, performing data substituion as well.
|
void |
setBarcodeHeight(int barcodeHeight) |
void |
setBarcodeType(int barcodeType) |
void |
setBarcodeWidth(int barcodeWidth) |
void |
setShowText(boolean showText) |
void |
setString(RMXString string) |
RXElement |
toXML(RXArchiver anArchiver)
XML archival.
|
acceptsChildren, acceptsDragKeys, acceptsFormat, acceptsMouse, addChild, addChild, addChildBelowLastChild, bounds, boundsChanged, boundsChanged, bringShapesToFront, canBeUngrouped, childrenSuperSelectImmediately, clone, cloneDeep, contains, convertedPointFromShape, convertedPointToShape, convertedRectFromShape, convertedRectToShape, convertedSizeFromShape, convertedSizeToShape, convertedVectorFromShape, convertedVectorToShape, convertFromShape, convertPathFromShape, convertPathToShape, convertPointFromShape, convertPointToShape, convertRectFromShape, convertRectToShape, convertSizeFromShape, convertSizeToShape, convertToShape, convertVectorFromShape, convertVectorToShape, copyShape, delete, didChange, divideShapeFromEdge, divideShapeFromTop, dragExit, dragKeyAtPoint, dropKeyAtPoint, fromXMLDeep, get, getActionScript, getAnim, getAnim, getAnimator, getAnimator, getAutosizeHeight, getAutosizing, getBounds, getBoundsInside, getBoundsMarked, getBoundsOfChildren, getBoundsOfChildren, getBoundsSuperSelected, getCausesWrap, getCausesWrapType, getChild, getChildAnimator, getChildAnimator, getChildContaining, getChildCount, getChildLast, getChildren, getChildrenIntersecting, getChildrenWhoCauseWrap, getChildrenWhoDraw, getChildrenWhoHitTest, getChildSortedByX, getChildWithClass, getChildWithName, getColor, getCommonAncestor, getDocument, getFill, getFill, getFill, getFillCount, getFills, getFont, getFormat, getFrame, getFrame, getFrameMaxX, getFrameMaxY, getFrameX, getFrameXY, getFrameY, getGroupShape, getHeight, getHeightToFit, getImageFill, getLineWidth, getListKey, getListKeyDeep, getListKeyShape, getMaxX, getMaxY, getName, getOpacity, getOpacityDeep, getOutline, getPageCount, getPageShape, getParent, getParentCount, getParents, getPath, getPathInBounds, getPropertyKey, getPropertyKeyCount, getPropertyKeyName, getRoll, getRootShape, getScaleX, getScaleY, getShapesToAncestor, getShapesToDescendant, getShapesToShape, getSize, getSizeP, getSkewX, getSkewY, getStroke, getStrokeColor, getTextColor, getTransform, getTransformFromShape, getTransformInverse, getTransformToShape, getUndoer, getUrl, getWidth, getWidthToFit, getX, getXY, getXYP, getY, groupShapes, hasPageBreaks, height, indexOf, indexOf, initWithArchiver, intersects, isAncestor, isDescendant, isLocked, isRoot, isUnderlined, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, notRSS, offsetChildrenXY, offsetXY, page, pageBreakMax, pageBreakPageMax, pageMax, put, putPropertyKey, reclaimChildren, removeChild, removeChild, removeChildren, removeChildren, removeFromParent, resolvePageReferences, rpgCloneBase, rpgCloneChildren, rpgCloneConclude, rpgCloneNotification, rpgClonePrepare, rpgClonePreprocess, rpgCloneUrl, sendShapesToBack, setActionScript, setAnim, setAutosizeHeight, setAutosizing, setBounds, setBounds, setCausesWrapType, setChildren, setColor, setFill, setFont, setFormat, setFrame, setFrame, setFrameSize, setFrameX, setFrameXY, setFrameXY, setFrameY, setHeight, setHeightDeep, setHeightDeep, setHeightToFit, setLineWidth, setListKey, setLocked, setName, setNeedsRepaint, setNeedsRepaint, setOpacity, setOutline, setParent, setRoll, setScaleX, setScaleXY, setScaleY, setSize, setSize, setSizeDeep, setSizeP, setSizeToFit, setSizeToFit, setSkewX, setSkewXY, setSkewY, setStroke, setStrokeColor, setTextColor, setTime, setUnderlined, setUrl, setWidth, setWidthDeep, setWidthDeep, setWidthToFit, setX, setXY, setXY, setXYP, setY, sizesToFitChildren, superSelectable, toString, undoClone, undoCopy, undoEquals, undoerAddDirtyObject, undoerDisable, undoerEnable, undoerSetUndoTitle, width, willChange, willChange, x, ydidUndo, getAnimAttribute, getClassNameShortpublic void paintShape(RMShapePainter aPainter, java.awt.Graphics2D g)
paintShape in interface RMShapePainter.Paintpublic void basePaint(java.awt.Graphics2D g,
java.awt.geom.Rectangle2D rect)
basePaint in interface Java2DShapePainterpublic RXElement toXML(RXArchiver anArchiver)
public java.lang.Object fromXML(RXArchiver anArchiver, RXElement anElement)
public RMShape rpgClone(ReportMill aReportMill)
RMShapepublic boolean equals(java.lang.Object anObj)
public void copy(java.lang.Object anObj)
public int getBarcodeHeight()
public void setBarcodeHeight(int barcodeHeight)
public int getBarcodeWidth()
public void setBarcodeWidth(int barcodeWidth)
public RMXString getString()
public void setString(RMXString string)
public java.lang.String getToolClassName()
RMShapegetToolClassName in class RMShapepublic void setShowText(boolean showText)
public boolean isShowText()
public int getBarcodeType()
public void setBarcodeType(int barcodeType)