|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Canvas
ij.gui.Toolbar
public class Toolbar
The ImageJ toolbar.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.Canvas |
---|
java.awt.Canvas.AccessibleAWTCanvas |
Nested classes/interfaces inherited from class java.awt.Component |
---|
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Field Summary | |
---|---|
static int |
ANGLE
|
static int |
CROSSHAIR
|
static int |
DOUBLE_CLICK_THRESHOLD
|
static int |
DROPPER
|
static int |
FREELINE
|
static int |
FREEROI
|
static int |
HAND
|
static int |
LINE
|
static int |
MAGNIFIER
|
static int |
OVAL
|
static int |
POINT
|
static int |
POLYGON
|
static int |
POLYLINE
|
static int |
RECTANGLE
|
static int |
SPARE1
|
static int |
SPARE2
|
static int |
SPARE3
|
static int |
SPARE4
|
static int |
SPARE5
|
static int |
SPARE6
|
static int |
SPARE7
|
static int |
SPARE8
|
static int |
SPARE9
|
static int |
TEXT
|
static int |
WAND
|
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
Toolbar()
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
addMacroTool(java.lang.String name,
MacroInstaller macroInstaller,
int id)
Used by the MacroInstaller class to install macro tools. |
int |
addTool(java.lang.String toolTip)
Adds a tool to the toolbar. |
static java.awt.Color |
getBackgroundColor()
|
static int |
getBrushSize()
Returns the size of the brush tool, or 0 if the brush tool is not enabled. |
static int |
getButtonSize()
|
java.awt.Color |
getColor()
Deprecated. replaced by getForegroundColor() |
static java.awt.Color |
getForegroundColor()
|
static Toolbar |
getInstance()
Returns a reference to the ImageJ toolbar. |
java.awt.Dimension |
getMinimumSize()
|
static boolean |
getMultiPointMode()
Returns 'true' if the multi-point tool is enabled. |
java.awt.Dimension |
getPreferredSize()
|
static int |
getRoundRectArcSize()
Returns the rounded rectangle arc size, or 0 if the rounded rectangle tool is not enabled. |
static int |
getToolId()
Returns the ID of the current tool (Toolbar.RECTANGLE, Toolbar.OVAL, etc.). |
int |
getToolId(java.lang.String name)
Returns the ID of the tool whose name (the description displayed in the status bar) starts with the specified string, or -1 if the tool is not found. |
static java.lang.String |
getToolName()
Returns the name of the current tool. |
void |
itemStateChanged(java.awt.event.ItemEvent e)
|
void |
mouseClicked(java.awt.event.MouseEvent e)
|
void |
mouseDragged(java.awt.event.MouseEvent e)
|
void |
mouseEntered(java.awt.event.MouseEvent e)
|
void |
mouseExited(java.awt.event.MouseEvent e)
|
void |
mouseMoved(java.awt.event.MouseEvent e)
|
void |
mousePressed(java.awt.event.MouseEvent e)
|
void |
mouseReleased(java.awt.event.MouseEvent e)
|
void |
paint(java.awt.Graphics g)
|
void |
restorePreviousTool()
|
static void |
setBackgroundColor(java.awt.Color c)
|
static void |
setBrushSize(int size)
Set the size of the brush tool, which must be greater than 4. |
void |
setColor(java.awt.Color c)
Deprecated. replaced by setForegroundColor() |
static void |
setForegroundColor(java.awt.Color c)
|
static void |
setRoundRectArcSize(int size)
Sets the rounded rectangle arc size (pixels). |
void |
setTool(int tool)
|
boolean |
setTool(java.lang.String name)
|
Methods inherited from class java.awt.Canvas |
---|
addNotify, createBufferStrategy, createBufferStrategy, getAccessibleContext, getBufferStrategy, update |
Methods inherited from class java.awt.Component |
---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, deliverEvent, disable, disableEvents, dispatchEvent, doLayout, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAlignmentX, getAlignmentY, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeys, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMaximumSize, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, invalidate, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusCycleRoot, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, layout, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, paramString, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, processComponentEvent, processEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeys, setFocusTraversalKeysEnabled, setFont, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int RECTANGLE
public static final int OVAL
public static final int POLYGON
public static final int FREEROI
public static final int LINE
public static final int POLYLINE
public static final int FREELINE
public static final int POINT
public static final int CROSSHAIR
public static final int WAND
public static final int TEXT
public static final int SPARE1
public static final int MAGNIFIER
public static final int HAND
public static final int DROPPER
public static final int ANGLE
public static final int SPARE2
public static final int SPARE3
public static final int SPARE4
public static final int SPARE5
public static final int SPARE6
public static final int SPARE7
public static final int SPARE8
public static final int SPARE9
public static final int DOUBLE_CLICK_THRESHOLD
Constructor Detail |
---|
public Toolbar()
Method Detail |
---|
public static int getToolId()
public int getToolId(java.lang.String name)
public static Toolbar getInstance()
public void paint(java.awt.Graphics g)
paint
in class java.awt.Canvas
public boolean setTool(java.lang.String name)
public static java.lang.String getToolName()
public void setTool(int tool)
public java.awt.Color getColor()
public void setColor(java.awt.Color c)
public static java.awt.Color getForegroundColor()
public static void setForegroundColor(java.awt.Color c)
public static java.awt.Color getBackgroundColor()
public static void setBackgroundColor(java.awt.Color c)
public static int getBrushSize()
public static void setBrushSize(int size)
public static int getRoundRectArcSize()
public static void setRoundRectArcSize(int size)
public static boolean getMultiPointMode()
public static int getButtonSize()
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed
in interface java.awt.event.MouseListener
public void restorePreviousTool()
public void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased
in interface java.awt.event.MouseListener
public void mouseExited(java.awt.event.MouseEvent e)
mouseExited
in interface java.awt.event.MouseListener
public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked
in interface java.awt.event.MouseListener
public void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered
in interface java.awt.event.MouseListener
public void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged
in interface java.awt.event.MouseMotionListener
public void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged
in interface java.awt.event.ItemListener
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public java.awt.Dimension getPreferredSize()
getPreferredSize
in class java.awt.Component
public java.awt.Dimension getMinimumSize()
getMinimumSize
in class java.awt.Component
public void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved
in interface java.awt.event.MouseMotionListener
public int addTool(java.lang.String toolTip)
public void addMacroTool(java.lang.String name, MacroInstaller macroInstaller, int id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |