com.imagero.swing.shape.plaf
Class BasicShapeUI
java.lang.Object
javax.swing.plaf.ComponentUI
com.imagero.swing.shape.ShapeUI
com.imagero.swing.shape.plaf.BasicShapeUI
- public class BasicShapeUI
- extends ShapeUI
BasicShapeUI.java
| Methods inherited from class javax.swing.plaf.ComponentUI |
getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicShapeUI
public BasicShapeUI()
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
installUI
public void installUI(javax.swing.JComponent c)
uninstallUI
public void uninstallUI(javax.swing.JComponent c)
installListeners
protected void installListeners(JShape js)
uninstallListeners
protected void uninstallListeners(JShape js)
paint
public void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint
public void paint(java.awt.Graphics2D g,
javax.swing.JComponent c)
isSelected
public boolean isSelected(javax.swing.JComponent c)
contains
public boolean contains(javax.swing.JComponent c,
int x,
int y)
getPropertyChangeListener
protected java.beans.PropertyChangeListener getPropertyChangeListener()
createPropertyChangeListener
protected java.beans.PropertyChangeListener createPropertyChangeListener()
getComponentListener
protected java.awt.event.ComponentListener getComponentListener()
createComponentListener
protected java.awt.event.ComponentListener createComponentListener()
getMouseListener
protected java.awt.event.MouseListener getMouseListener()
createMouseListener
protected java.awt.event.MouseListener createMouseListener()