| javax.swing.plaf.basic.BasicLabelUI net.infonode.gui.RotatableLabelUI
RotatableLabelUI | public RotatableLabelUI(Direction direction, boolean mirror)(Code) | | |
isMirror | public boolean isMirror()(Code) | | |
setMirror | public void setMirror(boolean mirror)(Code) | | |
Methods inherited from javax.swing.plaf.basic.BasicLabelUI | public static ComponentUI createUI(JComponent c)(Code)(Java Doc) public int getBaseline(JComponent c, int width, int height)(Code)(Java Doc) public Component.BaselineResizeBehavior getBaselineResizeBehavior(JComponent c)(Code)(Java Doc) public Dimension getMaximumSize(JComponent c)(Code)(Java Doc) public Dimension getMinimumSize(JComponent c)(Code)(Java Doc) public Dimension getPreferredSize(JComponent c)(Code)(Java Doc) protected void installComponents(JLabel c)(Code)(Java Doc) protected void installDefaults(JLabel c)(Code)(Java Doc) protected void installKeyboardActions(JLabel l)(Code)(Java Doc) protected void installListeners(JLabel c)(Code)(Java Doc) public void installUI(JComponent c)(Code)(Java Doc) protected String layoutCL(JLabel label, FontMetrics fontMetrics, String text, Icon icon, Rectangle viewR, Rectangle iconR, Rectangle textR)(Code)(Java Doc) public void paint(Graphics g, JComponent c)(Code)(Java Doc) protected void paintDisabledText(JLabel l, Graphics g, String s, int textX, int textY)(Code)(Java Doc) protected void paintEnabledText(JLabel l, Graphics g, String s, int textX, int textY)(Code)(Java Doc) public void propertyChange(PropertyChangeEvent e)(Code)(Java Doc) protected void uninstallComponents(JLabel c)(Code)(Java Doc) protected void uninstallDefaults(JLabel c)(Code)(Java Doc) protected void uninstallKeyboardActions(JLabel c)(Code)(Java Doc) protected void uninstallListeners(JLabel c)(Code)(Java Doc) public void uninstallUI(JComponent c)(Code)(Java Doc)
|
|
|