| |
|
| java.awt.Container javax.swing.JComponent javax.swing.JPanel com.xoetrope.svg.XSvgImageMap
XSvgImageMap | public class XSvgImageMap extends JPanel implements MouseMotionListener,MouseListener,XAttributedComponent(Code) | | Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.2 $
|
Constructor Summary | |
public | XSvgImageMap() Class constructor. |
Method Summary | |
public void | addActionListener(ActionListener al) Used to add an ActionListener to the list of action listeners. | public void | addMapMouseListener(MouseListener l) Adds a mouse listener to this component to listen for mouse events.
Parameters: l - the MouseListener that is to be added. | public SVGDiagram | display() | public void | drawAuxilaryImages(Graphics2D g2d) Draws the auxilary images within the image map component. | public void | endCoalesce() Stop coalescing, meaning the image will be repainted after the next pan or zoom action. | protected void | fireActionPerformed(MouseEvent event) Notifies all mouse listeners that have registered interest for
notification on mouse event types. | protected void | fireActionPerformed(ActionEvent event) Notifies all listeners that have registered interest for
notification on this event type. | public BufferedImage | getBufferedImage() | public double | getCenterX() Return the center position of the image on the x-axis. | public double | getCenterY() Return the center position of the image on the y-axis. | public JPanel | getGlassPane() | public String | getImageName() Returns the content of the image map. | public boolean | getPreserveAspect() | public double | getScaleX() Return the scaleFactor currently being applied to the x-axis. | public double | getScaleY() Return the scaleFactor currently being applied to the y-axis. | public String | getSelectedRollover(MouseEvent e) Returns the id of the rollover block currently selected.
Parameters: e - the triggered MouseEvent . | public XRenderingSemaphore | getSemaphore() Returns the semaphore used by this class to block on rendering events. | public SVGDiagram | getSvgDiagram() Returns the instance of the SVG diagram used to access the image data. | public XSvgRolloverFinder | getSvgRolloverFinder() | public URL | getURL() Used to return the URL pointing to the SVG image that is being displayed. | public String | getUrl() Returns the url of the image displayed in the image map. | public Point2D | glassPaneToSvg(double x, double y) Converts a coordinate from the glasspane coordinate system to the svg map coordinate system. | public void | loadArrays() | public void | mouseClicked(MouseEvent e) | public void | mouseDragged(MouseEvent e) Monitors mouse dragged events. | public void | mouseEntered(MouseEvent e) | public void | mouseExited(MouseEvent e) Detect if mouse has exited the component and reset visible rollove to hidden. | public void | mouseMoved(MouseEvent e) Monitors mouse movement and calls checkBlock method. | public void | mousePressed(MouseEvent e) | public void | mouseReleased(MouseEvent e) | public void | notifyListeners() Notify all listening components that the svg has been re-rendered. | public void | paintComponent(Graphics g) Used to paint a buffered image of the rendered svg to the component. | public void | pan(double x, double y) Used to pan the image based on percentage of the current x and y locations. | public void | removeActionListener(ActionListener l) Removes an ActionListener from the button. | public void | removeMapMouseListener(MouseListener l) Removes a mouse listener to this component. | public void | resetBuffer() Reset the image buffer meaning that the image will be re-rendered the next time
the paintComponent method is called. | public void | resetPanning() Resets the image to its original displayed coordinates. | public void | resetZoom() Resets the image to its original zoomed view. | public void | resize() | public int | setAttribute(String attribName, Object attribValue) | public void | setAuxilaryImages(BufferedImage[] images) Set the auxilary images to be displayed when dragging the image map. | public void | setBlockPrefix(String prefix) Set the prefix for each block within the svg image. | public void | setDrawAuxImages(boolean b) Sets whether the auxilary images are to be drawn or not. | public void | setImage(BufferedImage b) Sets the buffered image to be painted. | public void | setImageLocation(int x, int y) Set the location of the buffered image in the panel. | public void | setImageName(String attribValue) Set the content of the image map. | public void | setPanCoords(double x, double y) Set position of where the pan method is to begin panning from in the next pan action. | public void | setPreserveAspect(boolean preserve) | public void | setRollOverStatus(boolean setRollOvers) Allow rollovers or not based on boolean value. | public void | setRolloverPrefix(String prefix) Set the prefix for each rollover within the svg image. | public void | setSvgRolloverFinder(XSvgRolloverFinder sim) | public void | setURL(URL newUrl) Used to set the URL pointing to the SVG image that is to be displayed. | public void | setViewBox(double x, double y, double width, double height) Sets the viewbox at the specified coordinates and preserves the aspect ratio of the image. | public void | setVisibility(String group, boolean v) | public void | startCoalesce() Start coalesce, of panning and zooming actions. | public Point2D | svgToGlassPane(double x, double y) Converts a coordinate from the svg map coordinate system to the glasspane coordinate system. | public void | zoom(double zoom) Zooms the image by the scaling factor specified. |
XSvgImageMap | public XSvgImageMap()(Code) | | Class constructor.
|
addActionListener | public void addActionListener(ActionListener al)(Code) | | Used to add an ActionListener to the list of action listeners.
Parameters: al - the listener to be added |
addMapMouseListener | public void addMapMouseListener(MouseListener l)(Code) | | Adds a mouse listener to this component to listen for mouse events.
Parameters: l - the MouseListener that is to be added. |
display | public SVGDiagram display()(Code) | | Displays the SVG image by adding the file to an SVGUniverse instance,
extracting an SVGDiagram instance from SVGUniverse and displaying the diagram in an SVGDisplayPanel
|
drawAuxilaryImages | public void drawAuxilaryImages(Graphics2D g2d)(Code) | | Draws the auxilary images within the image map component.
Parameters: g2d - the Graphics2D object used to draw the images. |
endCoalesce | public void endCoalesce()(Code) | | Stop coalescing, meaning the image will be repainted after the next pan or zoom action.
|
fireActionPerformed | protected void fireActionPerformed(MouseEvent event)(Code) | | Notifies all mouse listeners that have registered interest for
notification on mouse event types. The event instance
is lazily created using the event
parameter.
Parameters: event - the MouseEvent object |
fireActionPerformed | protected void fireActionPerformed(ActionEvent event)(Code) | | Notifies all listeners that have registered interest for
notification on this event type. The event instance
is lazily created using the event
parameter.
Parameters: event - the ActionEvent object See Also: EventListenerList |
getBufferedImage | public BufferedImage getBufferedImage()(Code) | | Returns the rendered buffered image of the svg displayed by this class
the returned BufferedImage instance |
getCenterX | public double getCenterX()(Code) | | Return the center position of the image on the x-axis.
|
getCenterY | public double getCenterY()(Code) | | Return the center position of the image on the y-axis.
|
getGlassPane | public JPanel getGlassPane()(Code) | | Returns the glass pane component of the layered pane
the JPanel component returned |
getImageName | public String getImageName()(Code) | | Returns the content of the image map.
String specifying the content value. |
getPreserveAspect | public boolean getPreserveAspect()(Code) | | Does the component preserve the aspect ratio of the image?
true if the aspect ratio is preserved. |
getScaleX | public double getScaleX()(Code) | | Return the scaleFactor currently being applied to the x-axis.
|
getScaleY | public double getScaleY()(Code) | | Return the scaleFactor currently being applied to the y-axis.
|
getSelectedRollover | public String getSelectedRollover(MouseEvent e)(Code) | | Returns the id of the rollover block currently selected.
Parameters: e - the triggered MouseEvent . the id String . |
getSemaphore | public XRenderingSemaphore getSemaphore()(Code) | | Returns the semaphore used by this class to block on rendering events.
XRenderingSemaphore the semaphore instance used by this class. |
getSvgDiagram | public SVGDiagram getSvgDiagram()(Code) | | Returns the instance of the SVG diagram used to access the image data.
|
getSvgRolloverFinder | public XSvgRolloverFinder getSvgRolloverFinder()(Code) | | Get the compare interface
the interface object or null if none has been set. |
getURL | public URL getURL()(Code) | | Used to return the URL pointing to the SVG image that is being displayed.
URL object returned specifying the location of the SVG image. |
getUrl | public String getUrl()(Code) | | Returns the url of the image displayed in the image map.
String specifying the content value. |
glassPaneToSvg | public Point2D glassPaneToSvg(double x, double y)(Code) | | Converts a coordinate from the glasspane coordinate system to the svg map coordinate system.
Parameters: x - a double specifying the x coordinate to be converted. Parameters: y - a double specifying the y coordinate to be converted. Point2D object containing the converted coordinates. |
loadArrays | public void loadArrays()(Code) | | Extracts Group objects from SVG file and
loads them into the corresponding arrays
|
mouseDragged | public void mouseDragged(MouseEvent e)(Code) | | Monitors mouse dragged events.
Parameters: e - the MouseEvent that occured |
mouseExited | public void mouseExited(MouseEvent e)(Code) | | Detect if mouse has exited the component and reset visible rollove to hidden.
|
mouseMoved | public void mouseMoved(MouseEvent e)(Code) | | Monitors mouse movement and calls checkBlock method.
to check if the mouse pointer position is within an SVG group
Parameters: e - the MouseEvent that occured |
notifyListeners | public void notifyListeners()(Code) | | Notify all listening components that the svg has been re-rendered.
|
paintComponent | public void paintComponent(Graphics g)(Code) | | Used to paint a buffered image of the rendered svg to the component.
Parameters: g - the delegate Graphics object. |
pan | public void pan(double x, double y)(Code) | | Used to pan the image based on percentage of the current x and y locations.
Parameters: x - double specifying the percentage to increase/decrease the x-coordinate by. Parameters: y - double specifying the percentage to increase/decrease the y-coordinate by. |
removeActionListener | public void removeActionListener(ActionListener l)(Code) | | Removes an ActionListener from the button.
If the listener is the currently set Action
for the button, then the Action
is set to null .
Parameters: l - the listener to be removed |
removeMapMouseListener | public void removeMapMouseListener(MouseListener l)(Code) | | Removes a mouse listener to this component.
Parameters: l - the MouseListener that is to be removed. |
resetBuffer | public void resetBuffer()(Code) | | Reset the image buffer meaning that the image will be re-rendered the next time
the paintComponent method is called.
|
resetPanning | public void resetPanning()(Code) | | Resets the image to its original displayed coordinates.
|
resetZoom | public void resetZoom()(Code) | | Resets the image to its original zoomed view.
|
resize | public void resize()(Code) | | Resizes the SVG image to fit the panel
|
setAttribute | public int setAttribute(String attribName, Object attribValue)(Code) | | Used to set the attributes of a componenent without knowing the individual accessor methods
- content, value=The SVG image to be displayed by the component or
- imagename, value=The SVG image to be displayed by the component
- opaque, value=true for an opaque image (fills the entire client area)
Parameters: attribName - String specifying the attribute name Parameters: attribValue - Object specifying the attribute value |
setAuxilaryImages | public void setAuxilaryImages(BufferedImage[] images)(Code) | | Set the auxilary images to be displayed when dragging the image map.
Parameters: images - BufferedImage array containing the auxilary images to be displayed. |
setBlockPrefix | public void setBlockPrefix(String prefix)(Code) | | Set the prefix for each block within the svg image.
Parameters: prefix - String specifying the block prefix. |
setDrawAuxImages | public void setDrawAuxImages(boolean b)(Code) | | Sets whether the auxilary images are to be drawn or not.
Parameters: b - boolean specifying whether the auxilary images are to be drawn or not. |
setImage | public void setImage(BufferedImage b)(Code) | | Sets the buffered image to be painted.
Parameters: b - BufferedImage set to true if movable image is to be repainted. |
setImageLocation | public void setImageLocation(int x, int y)(Code) | | Set the location of the buffered image in the panel.
Parameters: x - the x coordinate of the buffered image. Parameters: y - the y coordinate of the buffered image. |
setImageName | public void setImageName(String attribValue)(Code) | | Set the content of the image map.
Parameters: attribValue - Object specifying the content. |
setPanCoords | public void setPanCoords(double x, double y)(Code) | | Set position of where the pan method is to begin panning from in the next pan action.
Parameters: x - double specifying the x coordinate of where the image is to be panned from. Parameters: y - double specifying the y coordinate of where the image is to be panned from. |
setPreserveAspect | public void setPreserveAspect(boolean preserve)(Code) | | Set the aspect ratio preservation flag
Parameters: preserve - true to preserve the aspect |
setRollOverStatus | public void setRollOverStatus(boolean setRollOvers)(Code) | | Allow rollovers or not based on boolean value.
Parameters: setRollOvers - boolean used to set if rollovers are to be allowed or not. |
setRolloverPrefix | public void setRolloverPrefix(String prefix)(Code) | | Set the prefix for each rollover within the svg image.
Parameters: prefix - String specifying the rollover prefix. |
setSvgRolloverFinder | public void setSvgRolloverFinder(XSvgRolloverFinder sim)(Code) | | Set the compare interfaces for comparing groups/elements for
identification of the rollovers
Parameters: sim - the comparison class |
setURL | public void setURL(URL newUrl)(Code) | | Used to set the URL pointing to the SVG image that is to be displayed.
Parameters: newUrl - URL object specifying the location of the SVG image. |
setViewBox | public void setViewBox(double x, double y, double width, double height)(Code) | | Sets the viewbox at the specified coordinates and preserves the aspect ratio of the image.
Parameters: x - double specifying the x coordinate Parameters: y - double specifying the y coordinate Parameters: width - double specifying the width Parameters: height - double specifying the height |
setVisibility | public void setVisibility(String group, boolean v)(Code) | | Sets the visibility of a group
Parameters: group - String specifying the SVG grouping to be displayed Parameters: v - boolean specifying whether the group is to be set visible or hidden |
startCoalesce | public void startCoalesce()(Code) | | Start coalesce, of panning and zooming actions.
The svg won't be repainted until the endCoalesce method is called.
|
svgToGlassPane | public Point2D svgToGlassPane(double x, double y)(Code) | | Converts a coordinate from the svg map coordinate system to the glasspane coordinate system.
Parameters: x - a double specifying the x coordinate to be converted. Parameters: y - a double specifying the y coordinate to be converted. Point2D object containing the converted coordinates. |
zoom | public void zoom(double zoom)(Code) | | Zooms the image by the scaling factor specified.
Parameters: zoom - double specifying the scaling factor. |
Methods inherited from javax.swing.JComponent | public void addAncestorListener(AncestorListener listener)(Code)(Java Doc) public void addNotify()(Code)(Java Doc) public synchronized void addVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc) public void computeVisibleRect(Rectangle visibleRect)(Code)(Java Doc) public boolean contains(int x, int y)(Code)(Java Doc) public JToolTip createToolTip()(Code)(Java Doc) public void disable()(Code)(Java Doc) public void enable()(Code)(Java Doc) public void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc) public void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)(Java Doc) public void firePropertyChange(String propertyName, char oldValue, char newValue)(Code)(Java Doc) protected void fireVetoableChange(String propertyName, Object oldValue, Object newValue) throws java.beans.PropertyVetoException(Code)(Java Doc) public AccessibleContext getAccessibleContext()(Code)(Java Doc) public ActionListener getActionForKeyStroke(KeyStroke aKeyStroke)(Code)(Java Doc) final public ActionMap getActionMap()(Code)(Java Doc) public float getAlignmentX()(Code)(Java Doc) public float getAlignmentY()(Code)(Java Doc) public AncestorListener[] getAncestorListeners()(Code)(Java Doc) public boolean getAutoscrolls()(Code)(Java Doc) public int getBaseline(int width, int height)(Code)(Java Doc) public BaselineResizeBehavior getBaselineResizeBehavior()(Code)(Java Doc) public Border getBorder()(Code)(Java Doc) public Rectangle getBounds(Rectangle rv)(Code)(Java Doc) final public Object getClientProperty(Object key)(Code)(Java Doc) protected Graphics getComponentGraphics(Graphics g)(Code)(Java Doc) public JPopupMenu getComponentPopupMenu()(Code)(Java Doc) public int getConditionForKeyStroke(KeyStroke aKeyStroke)(Code)(Java Doc) public int getDebugGraphicsOptions()(Code)(Java Doc) public static Locale getDefaultLocale()(Code)(Java Doc) public FontMetrics getFontMetrics(Font font)(Code)(Java Doc) public Graphics getGraphics()(Code)(Java Doc) public int getHeight()(Code)(Java Doc) public boolean getInheritsPopupMenu()(Code)(Java Doc) final public InputMap getInputMap(int condition)(Code)(Java Doc) final public InputMap getInputMap()(Code)(Java Doc) public InputVerifier getInputVerifier()(Code)(Java Doc) public Insets getInsets()(Code)(Java Doc) public Insets getInsets(Insets insets)(Code)(Java Doc) public T[] getListeners(Class<T> listenerType)(Code)(Java Doc) public Point getLocation(Point rv)(Code)(Java Doc) public Dimension getMaximumSize()(Code)(Java Doc) public Dimension getMinimumSize()(Code)(Java Doc) public Component getNextFocusableComponent()(Code)(Java Doc) public Point getPopupLocation(MouseEvent event)(Code)(Java Doc) public Dimension getPreferredSize()(Code)(Java Doc) public KeyStroke[] getRegisteredKeyStrokes()(Code)(Java Doc) public JRootPane getRootPane()(Code)(Java Doc) public Dimension getSize(Dimension rv)(Code)(Java Doc) public Point getToolTipLocation(MouseEvent event)(Code)(Java Doc) public String getToolTipText()(Code)(Java Doc) public String getToolTipText(MouseEvent event)(Code)(Java Doc) public Container getTopLevelAncestor()(Code)(Java Doc) public TransferHandler getTransferHandler()(Code)(Java Doc) public String getUIClassID()(Code)(Java Doc) public boolean getVerifyInputWhenFocusTarget()(Code)(Java Doc) public synchronized VetoableChangeListener[] getVetoableChangeListeners()(Code)(Java Doc) public Rectangle getVisibleRect()(Code)(Java Doc) public int getWidth()(Code)(Java Doc) public int getX()(Code)(Java Doc) public int getY()(Code)(Java Doc) public void grabFocus()(Code)(Java Doc) public boolean isDoubleBuffered()(Code)(Java Doc) public static boolean isLightweightComponent(Component c)(Code)(Java Doc) public boolean isManagingFocus()(Code)(Java Doc) public boolean isOpaque()(Code)(Java Doc) public boolean isOptimizedDrawingEnabled()(Code)(Java Doc) final public boolean isPaintingForPrint()(Code)(Java Doc) public boolean isPaintingTile()(Code)(Java Doc) public boolean isRequestFocusEnabled()(Code)(Java Doc) public boolean isValidateRoot()(Code)(Java Doc) public void paint(Graphics g)(Code)(Java Doc) protected void paintBorder(Graphics g)(Code)(Java Doc) protected void paintChildren(Graphics g)(Code)(Java Doc) protected void paintComponent(Graphics g)(Code)(Java Doc) public void paintImmediately(int x, int y, int w, int h)(Code)(Java Doc) public void paintImmediately(Rectangle r)(Code)(Java Doc) protected String paramString()(Code)(Java Doc) public void print(Graphics g)(Code)(Java Doc) public void printAll(Graphics g)(Code)(Java Doc) protected void printBorder(Graphics g)(Code)(Java Doc) protected void printChildren(Graphics g)(Code)(Java Doc) protected void printComponent(Graphics g)(Code)(Java Doc) protected void processComponentKeyEvent(KeyEvent e)(Code)(Java Doc) protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, int condition, boolean pressed)(Code)(Java Doc) protected void processKeyEvent(KeyEvent e)(Code)(Java Doc) protected void processMouseEvent(MouseEvent e)(Code)(Java Doc) protected void processMouseMotionEvent(MouseEvent e)(Code)(Java Doc) final public void putClientProperty(Object key, Object value)(Code)(Java Doc) public void registerKeyboardAction(ActionListener anAction, String aCommand, KeyStroke aKeyStroke, int aCondition)(Code)(Java Doc) public void registerKeyboardAction(ActionListener anAction, KeyStroke aKeyStroke, int aCondition)(Code)(Java Doc) public void removeAncestorListener(AncestorListener listener)(Code)(Java Doc) public void removeNotify()(Code)(Java Doc) public synchronized void removeVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc) public void repaint(long tm, int x, int y, int width, int height)(Code)(Java Doc) public void repaint(Rectangle r)(Code)(Java Doc) public boolean requestDefaultFocus()(Code)(Java Doc) public void requestFocus()(Code)(Java Doc) public boolean requestFocus(boolean temporary)(Code)(Java Doc) public boolean requestFocusInWindow()(Code)(Java Doc) protected boolean requestFocusInWindow(boolean temporary)(Code)(Java Doc) public void resetKeyboardActions()(Code)(Java Doc) public void reshape(int x, int y, int w, int h)(Code)(Java Doc) public void revalidate()(Code)(Java Doc) public void scrollRectToVisible(Rectangle aRect)(Code)(Java Doc) final public void setActionMap(ActionMap am)(Code)(Java Doc) public void setAlignmentX(float alignmentX)(Code)(Java Doc) public void setAlignmentY(float alignmentY)(Code)(Java Doc) public void setAutoscrolls(boolean autoscrolls)(Code)(Java Doc) public void setBackground(Color bg)(Code)(Java Doc) public void setBorder(Border border)(Code)(Java Doc) public void setComponentPopupMenu(JPopupMenu popup)(Code)(Java Doc) public void setDebugGraphicsOptions(int debugOptions)(Code)(Java Doc) public static void setDefaultLocale(Locale l)(Code)(Java Doc) public void setDoubleBuffered(boolean aFlag)(Code)(Java Doc) public void setEnabled(boolean enabled)(Code)(Java Doc) public void setFocusTraversalKeys(int id, Set<? extends AWTKeyStroke> keystrokes)(Code)(Java Doc) public void setFont(Font font)(Code)(Java Doc) public void setForeground(Color fg)(Code)(Java Doc) public void setInheritsPopupMenu(boolean value)(Code)(Java Doc) final public void setInputMap(int condition, InputMap map)(Code)(Java Doc) public void setInputVerifier(InputVerifier inputVerifier)(Code)(Java Doc) public void setMaximumSize(Dimension maximumSize)(Code)(Java Doc) public void setMinimumSize(Dimension minimumSize)(Code)(Java Doc) public void setNextFocusableComponent(Component aComponent)(Code)(Java Doc) public void setOpaque(boolean isOpaque)(Code)(Java Doc) public void setPreferredSize(Dimension preferredSize)(Code)(Java Doc) public void setRequestFocusEnabled(boolean requestFocusEnabled)(Code)(Java Doc) public void setToolTipText(String text)(Code)(Java Doc) public void setTransferHandler(TransferHandler newHandler)(Code)(Java Doc) protected void setUI(ComponentUI newUI)(Code)(Java Doc) public void setVerifyInputWhenFocusTarget(boolean verifyInputWhenFocusTarget)(Code)(Java Doc) public void setVisible(boolean aFlag)(Code)(Java Doc) public void unregisterKeyboardAction(KeyStroke aKeyStroke)(Code)(Java Doc) public void update(Graphics g)(Code)(Java Doc) public void updateUI()(Code)(Java Doc)
|
Methods inherited from java.awt.Container | public Component add(Component comp)(Code)(Java Doc) public Component add(String name, Component comp)(Code)(Java Doc) public Component add(Component comp, int index)(Code)(Java Doc) public void add(Component comp, Object constraints)(Code)(Java Doc) public void add(Component comp, Object constraints, int index)(Code)(Java Doc) public synchronized void addContainerListener(ContainerListener l)(Code)(Java Doc) protected void addImpl(Component comp, Object constraints, int index)(Code)(Java Doc) public void addNotify()(Code)(Java Doc) public void addPropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc) public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)(Java Doc) public void applyComponentOrientation(ComponentOrientation o)(Code)(Java Doc) public boolean areFocusTraversalKeysSet(int id)(Code)(Java Doc) public int countComponents()(Code)(Java Doc) public void deliverEvent(Event e)(Code)(Java Doc) public void doLayout()(Code)(Java Doc) public Component findComponentAt(int x, int y)(Code)(Java Doc) public Component findComponentAt(Point p)(Code)(Java Doc) public float getAlignmentX()(Code)(Java Doc) public float getAlignmentY()(Code)(Java Doc) public Component getComponent(int n)(Code)(Java Doc) public Component getComponentAt(int x, int y)(Code)(Java Doc) public Component getComponentAt(Point p)(Code)(Java Doc) public int getComponentCount()(Code)(Java Doc) public int getComponentZOrder(Component comp)(Code)(Java Doc) public Component[] getComponents()(Code)(Java Doc) public synchronized ContainerListener[] getContainerListeners()(Code)(Java Doc) public Set<AWTKeyStroke> getFocusTraversalKeys(int id)(Code)(Java Doc) public FocusTraversalPolicy getFocusTraversalPolicy()(Code)(Java Doc) public Insets getInsets()(Code)(Java Doc) public LayoutManager getLayout()(Code)(Java Doc) public T[] getListeners(Class<T> listenerType)(Code)(Java Doc) public Dimension getMaximumSize()(Code)(Java Doc) public Dimension getMinimumSize()(Code)(Java Doc) public Point getMousePosition(boolean allowChildren) throws HeadlessException(Code)(Java Doc) public Dimension getPreferredSize()(Code)(Java Doc) public Insets insets()(Code)(Java Doc) public void invalidate()(Code)(Java Doc) public boolean isAncestorOf(Component c)(Code)(Java Doc) public boolean isFocusCycleRoot(Container container)(Code)(Java Doc) public boolean isFocusCycleRoot()(Code)(Java Doc) final public boolean isFocusTraversalPolicyProvider()(Code)(Java Doc) public boolean isFocusTraversalPolicySet()(Code)(Java Doc) public void layout()(Code)(Java Doc) public void list(PrintStream out, int indent)(Code)(Java Doc) public void list(PrintWriter out, int indent)(Code)(Java Doc) public Component locate(int x, int y)(Code)(Java Doc) public Dimension minimumSize()(Code)(Java Doc) public void paint(Graphics g)(Code)(Java Doc) public void paintComponents(Graphics g)(Code)(Java Doc) protected String paramString()(Code)(Java Doc) public Dimension preferredSize()(Code)(Java Doc) public void print(Graphics g)(Code)(Java Doc) public void printComponents(Graphics g)(Code)(Java Doc) protected void processContainerEvent(ContainerEvent e)(Code)(Java Doc) protected void processEvent(AWTEvent e)(Code)(Java Doc) public void remove(int index)(Code)(Java Doc) public void remove(Component comp)(Code)(Java Doc) public void removeAll()(Code)(Java Doc) public synchronized void removeContainerListener(ContainerListener l)(Code)(Java Doc) public void removeNotify()(Code)(Java Doc) public void setComponentZOrder(Component comp, int index)(Code)(Java Doc) public void setFocusCycleRoot(boolean focusCycleRoot)(Code)(Java Doc) public void setFocusTraversalKeys(int id, Set<? extends AWTKeyStroke> keystrokes)(Code)(Java Doc) public void setFocusTraversalPolicy(FocusTraversalPolicy policy)(Code)(Java Doc) final public void setFocusTraversalPolicyProvider(boolean provider)(Code)(Java Doc) public void setFont(Font f)(Code)(Java Doc) public void setLayout(LayoutManager mgr)(Code)(Java Doc) public void transferFocusDownCycle()(Code)(Java Doc) public void update(Graphics g)(Code)(Java Doc) public void validate()(Code)(Java Doc) protected void validateTree()(Code)(Java Doc)
|
|
|
|