Weitere aktuelle Java-Titel finden Sie bei dpunkt.
 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Klasse javax.swing.text.html.ImageView1.4

java.lang.Object
   |
   +--javax.swing.text.View
         |
         +--javax.swing.text.html.ImageView

Deklaration

public class ImageView
extends javax.swing.text.View

Beschreibung


 
Konstruktoren
publicImageView(Element elem)
 
Methoden
public StringgetAltText()
public URLgetImageURL()
public IcongetNoImageIcon()
public IcongetLoadingImageIcon()
public ImagegetImage()
public voidsetLoadsSynchronously(boolean newValue)
public booleangetLoadsSynchronously()
protected StyleSheetgetStyleSheet()
public AttributeSetgetAttributes()
public StringgetToolTipText(float x, float y, Shape allocation)
protected voidsetPropertiesFromAttributes()
public voidsetParent(View parent)
public voidchangedUpdate(DocumentEvent e, Shape a, ViewFactory f)
public voidpaint(Graphics g, Shape a)
public floatgetPreferredSpan(int axis)
public floatgetAlignment(int axis)
public ShapemodelToView(int pos, Shape a, Position.Bias b)
public intviewToModel(float x, float y, Shape a, Position.Bias[] bias)
public voidsetSize(float width, float height)


 

Konstruktoren im Detail

public ImageView(Element elem)

 

Methoden im Detail

public String getAltText()
public URL getImageURL()
public Icon getNoImageIcon()
public Icon getLoadingImageIcon()
public Image getImage()
public void setLoadsSynchronously(boolean newValue)
public boolean getLoadsSynchronously()
protected StyleSheet getStyleSheet()
public AttributeSet getAttributes()
public String getToolTipText(float x, float y, Shape allocation)
protected void setPropertiesFromAttributes()
public void setParent(View parent)
public void changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
public void paint(Graphics g, Shape a)
public float getPreferredSpan(int axis)
public float getAlignment(int axis)
public Shape modelToView(int pos, Shape a, Position.Bias b)
Exception: BadLocationException
public int viewToModel(float x, float y, Shape a, Position.Bias[] bias)
public void setSize(float width, float height)


 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Copyright © 2002 dpunkt.Verlag, Heidelberg. Alle Rechte vorbehalten.