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.GlyphView1.3

java.lang.Object
   |
   +--javax.swing.text.View
         |
         +--javax.swing.text.GlyphView

Deklaration

public class GlyphView
extends javax.swing.text.View
implements javax.swing.text.TabableView, java.lang.Cloneable

Beschreibung


 
Geschachtelte Klassen
public abstract staticGlyphView.GlyphPainter
 
Konstruktoren
publicGlyphView(Element elem)
 
Methoden
protected final Objectclone()
public GlyphView.GlyphPaintergetGlyphPainter()
public voidsetGlyphPainter(GlyphView.GlyphPainter p)
public SegmentgetText(int p0, int p1)
public ColorgetBackground()
public ColorgetForeground()
public FontgetFont()
public booleanisUnderline()
public booleanisStrikeThrough()
public booleanisSubscript()
public booleanisSuperscript()
public TabExpandergetTabExpander()
protected voidcheckPainter()
public floatgetTabbedSpan(float x, TabExpander e)
public floatgetPartialSpan(int p0, int p1)
public intgetStartOffset()
public intgetEndOffset()
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[] biasReturn)
public intgetBreakWeight(int axis, float pos, float len)
public ViewbreakView(int axis, int p0, float pos, float len)
public ViewcreateFragment(int p0, int p1)
public intgetNextVisualPositionFrom(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet)
public voidinsertUpdate(DocumentEvent e, Shape a, ViewFactory f)
public voidremoveUpdate(DocumentEvent e, Shape a, ViewFactory f)
public voidchangedUpdate(DocumentEvent e, Shape a, ViewFactory f)


 

Konstruktoren im Detail

public GlyphView(Element elem)

 

Methoden im Detail

protected final Object clone()
public GlyphView.GlyphPainter getGlyphPainter()
public void setGlyphPainter(GlyphView.GlyphPainter p)
public Segment getText(int p0, int p1)
public Color getBackground()
public Color getForeground()
public Font getFont()
public boolean isUnderline()
public boolean isStrikeThrough()
public boolean isSubscript()
public boolean isSuperscript()
public TabExpander getTabExpander()
protected void checkPainter()
public float getTabbedSpan(float x, TabExpander e)
public float getPartialSpan(int p0, int p1)
public int getStartOffset()
public int getEndOffset()
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[] biasReturn)
public int getBreakWeight(int axis, float pos, float len)
public View breakView(int axis, int p0, float pos, float len)
public View createFragment(int p0, int p1)
public int getNextVisualPositionFrom(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet)
Exception: BadLocationException
public void insertUpdate(DocumentEvent e, Shape a, ViewFactory f)
public void removeUpdate(DocumentEvent e, Shape a, ViewFactory f)
public void changedUpdate(DocumentEvent e, Shape a, ViewFactory f)


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

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