Klasse javax.swing.text.html.ImageView | 1.4 |
java.lang.Object | +--javax.swing.text.View | +--javax.swing.text.html.ImageView
Konstruktoren | |
---|---|
public | ImageView(Element elem) |
Methoden | |
---|---|
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) |
public int | viewToModel(float x, float y, Shape a, Position.Bias[] bias) |
public void | setSize(float width, float height) |