|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjfig.objects.FigBaseobject
jfig.objects.FigRectangle
jfig.objects.FigImage
hades.symbols.ImageObject
ImageObject: use Images directly in SimObject symbols. This class is realized as a subclass of FigImage.
Field Summary | |
boolean |
debug
|
Fields inherited from class jfig.objects.FigImage |
aspectRatio, filetype, FIT_TO_HEIGHT, FIT_TO_WIDTH, KEEP_SELECTED_SIZE, name, pathname, theCanvas, theImage, theObserver |
Fields inherited from class jfig.objects.FigRectangle |
pixel_width, radius, renderer, use_rounded_corners |
Fields inherited from class jfig.objects.FigBaseobject |
attribs, bbox, comment, painter, printer, sc_bbox, sc_bbox_timestamp, selected, showPoints, syncRedrawFlag, timestamp, trafo, visible, x, y |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
ImageObject()
construct an empty ImageObject. |
Method Summary | |
void |
consoleMessage(java.lang.String msg)
|
FigObject |
copy()
make a copy of this object and return the reference to the copy. |
void |
getImage(java.lang.String resourcename)
load the image (a new image) from the given Java 1.1 resourcename |
boolean |
initialize(java.lang.String s)
initialize an ImageObject from a String. |
java.lang.String |
toString()
toString() - the usual info method |
void |
writeAsResource(java.io.PrintWriter ps)
default implementation of 'writeAsResource'. |
Methods inherited from class jfig.objects.FigImage |
createRenderer, getImage, getImageFromResource, getImageName, imageUpdate, paint, paint, rebuild, setFilenameAndType, setImage, setImage, setImageAndFilename, setImageName, setObjectPainter, setRedraw, updateAspectRatio |
Methods inherited from class jfig.objects.FigRectangle |
appendPoint, canRotate, deletePoint, getMovePointNeighbors, getNearestPoint, getNeighborPoints, getPoints, insertPoint, isClosed, isRounded, minDistance, minDistanceEuclid, mirrorX, mirrorY, move, movePoint, paintSave, setAttributes, setFillColor, setFillStyle, setLayer, setLineColor, setLineStyle, setLineWidth, setPoints, supportsPointOps, update |
Methods inherited from class jfig.objects.FigBaseobject |
build_sc_bbox, clonePoints, deselect, get_sc_bbox, getAttributes, getBbox, getComment, getLayer, getPosition, getSyncRedrawFlag, getText, getTimestamp, getTrafo, isSelected, isShowPoints, isVisible, isVisible, keyPressed, manhattan, message, numPoints, reset_debug, rotate, scale, select, set_debug, setComment, setConsole, setSyncRedrawFlag, setText, setTrafo, setVisible, showPoints, updateAttributes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public boolean debug
Constructor Detail |
public ImageObject()
Method Detail |
public boolean initialize(java.lang.String s)
initialize
in interface FigObject
initialize
in class FigBaseobject
public void getImage(java.lang.String resourcename)
public void writeAsResource(java.io.PrintWriter ps)
FigBaseobject
writeAsResource
in interface FigObject
writeAsResource
in class FigBaseobject
public FigObject copy()
FigRectangle
copy
in interface FigObject
copy
in class FigImage
public void consoleMessage(java.lang.String msg)
consoleMessage
in interface ConsoleMessage
public java.lang.String toString()
toString
in interface FigObject
toString
in class FigImage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |