KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > html > ImageView

javax.swing.text.html
Class ImageView

java.lang.Object
  extended by javax.swing.text.View
      extended by javax.swing.text.html.ImageView
All Implemented Interfaces:
SwingConstants
See Also:
Source Code, IconView

public void changedUpdate(DocumentEvent e,
                          Shape a,
                          ViewFactory f)
See Also:
View
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getAlignment(int axis)
See Also:
View
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getAltText()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AttributeSet getAttributes()
See Also:
View
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Image getImage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public URL getImageURL()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Icon getLoadingImageIcon()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getLoadsSynchronously()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Icon getNoImageIcon()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getPreferredSpan(int axis)
See Also:
View
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected StyleSheet getStyleSheet()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getToolTipText(float x,
                             float y,
                             Shape allocation)
See Also:
JTextComponent.getToolTipText(java.awt.event.MouseEvent), View
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ImageView(Element elem)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Shape modelToView(int pos,
                         Shape a,
                         Position.Bias b)
                  throws BadLocationException
See Also:
View
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paint(Graphics g,
                  Shape a)
See Also:
View
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLoadsSynchronously(boolean newValue)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setParent(View parent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void setPropertiesFromAttributes()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setSize(float width,
                    float height)
See Also:
View
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int viewToModel(float x,
                       float y,
                       Shape a,
                       Position.Bias[] bias)
See Also:
View
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags