Class LabelView
- All Implemented Interfaces:
Cloneable, SwingConstants, TabableView
- Direct Known Subclasses:
InlineView
LabelView is a styled chunk of text
that represents a view mapped over an element in the
text model. It caches the character level attributes
used for rendering.-
Nested Class Summary
Nested classes/interfaces declared in class GlyphView
GlyphView.GlyphPainterModifier and TypeClassDescriptionstatic classA class to perform rendering of the glyphs. -
Field Summary
Fields declared in class View
BadBreakWeight, ExcellentBreakWeight, ForcedBreakWeight, GoodBreakWeight, X_AXIS, Y_AXISModifier and TypeFieldDescriptionstatic final intThe weight to indicate a view is a bad break opportunity for the purpose of formatting.static final intThe weight to indicate a view supports breaking, and this represents a very attractive place to break.static final intThe weight to indicate a view supports breaking, and must be broken to be represented properly when placed in a view that formats its children by breaking them.static final intThe weight to indicate a view supports breaking, but better opportunities probably exist.static final intAxis for format/break operations.static final intAxis for format/break operations.Fields declared in interface SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WESTModifier and TypeFieldDescriptionstatic final intBox-orientation constant used to specify the bottom of a box.static final intThe central position in an area.static final intCompass-direction east (right).static final intHorizontal orientation.static final intIdentifies the leading edge of text for use with left-to-right and right-to-left languages.static final intBox-orientation constant used to specify the left side of a box.static final intIdentifies the next direction in a sequence.static final intCompass-direction North (up).static final intCompass-direction north-east (upper right).static final intCompass-direction north west (upper left).static final intIdentifies the previous direction in a sequence.static final intBox-orientation constant used to specify the right side of a box.static final intCompass-direction south (down).static final intCompass-direction south-east (lower right).static final intCompass-direction south-west (lower left).static final intBox-orientation constant used to specify the top of a box.static final intIdentifies the trailing edge of text for use with left-to-right and right-to-left languages.static final intVertical orientation.static final intCompass-direction west (left). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchangedUpdate(DocumentEvent e, Shape a, ViewFactory f) Gives notification from the document that attributes were changed in a location that this view is responsible for.Fetches the background color to use to render the glyphs.getFont()Fetches the font that the glyphs should be based upon.protected FontMetricsDeprecated.FontMetrics are not used for glyph rendering when running in the JDK.Fetches the foreground color to use to render the glyphs.booleanDetermines if the glyphs should have a strikethrough line.booleanDetermines if the glyphs should be rendered as superscript.booleanDetermines if the glyphs should be rendered as subscript.booleanDetermines if the glyphs should be underlined.protected voidsetBackground(Color bg) Sets the background color for the view.protected voidSets the cached properties from the attributes.protected voidsetStrikeThrough(boolean s) Sets whether or not the view has a strike/line through it.protected voidsetSubscript(boolean s) Sets whether or not the view represents a subscript.protected voidsetSuperscript(boolean s) Sets whether or not the view represents a superscript.protected voidsetUnderline(boolean u) Sets whether or not the view is underlined.Methods declared in class GlyphView
breakView, checkPainter, clone, createFragment, getAlignment, getBreakWeight, getEndOffset, getGlyphPainter, getMinimumSpan, getNextVisualPositionFrom, getPartialSpan, getPreferredSpan, getStartOffset, getTabbedSpan, getTabExpander, getText, insertUpdate, modelToView, paint, removeUpdate, setGlyphPainter, viewToModelModifier and TypeMethodDescriptionbreakView(int axis, int p0, float pos, float len) Breaks this view on the given axis at the given length.protected voidCheck to see that a glyph painter exists.protected final Objectclone()Creates a shallow copy.createFragment(int p0, int p1) Creates a view that represents a portion of the element.floatgetAlignment(int axis) Determines the desired alignment for this view along an axis.intgetBreakWeight(int axis, float pos, float len) Determines how attractive a break opportunity in this view is.intFetches the portion of the model that this view is responsible for.Fetch the currently installed glyph painter.floatgetMinimumSpan(int axis) Determines the minimum span for this view along an axis.intgetNextVisualPositionFrom(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) Provides a way to determine the next visually represented model location that one might place a caret.floatgetPartialSpan(int p0, int p1) Determines the span along the same axis as tab expansion for a portion of the view.floatgetPreferredSpan(int axis) Determines the preferred span for this view along an axis.intFetches the portion of the model that this view is responsible for.floatgetTabbedSpan(float x, TabExpander e) Determines the desired span when using the given tab expansion implementation.Fetch the TabExpander to use if tabs are present in this view.getText(int p0, int p1) Fetch a reference to the text that occupies the given range.voidinsertUpdate(DocumentEvent e, Shape a, ViewFactory f) Gives notification that something was inserted into the document in a location that this view is responsible for.modelToView(int pos, Shape a, Position.Bias b) Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.voidRenders a portion of a text style run.voidremoveUpdate(DocumentEvent e, Shape a, ViewFactory f) Gives notification that something was removed from the document in a location that this view is responsible for.voidSets the painter to use for rendering glyphs.intviewToModel(float x, float y, Shape a, Position.Bias[] biasReturn) Provides a mapping from the view coordinate space to the logical coordinate space of the model.Methods declared in class View
append, forwardUpdate, forwardUpdateToView, getAttributes, getChildAllocation, getContainer, getDocument, getElement, getGraphics, getMaximumSpan, getParent, getResizeWeight, getToolTipText, getView, getViewCount, getViewFactory, getViewIndex, getViewIndex, insert, isVisible, modelToView, modelToView, preferenceChanged, remove, removeAll, replace, setParent, setSize, updateChildren, updateLayout, viewToModelModifier and TypeMethodDescriptionvoidAppends a single child view.protected voidForwards the givenDocumentEventto the child views that need to be notified of the change to the model.protected voidforwardUpdateToView(View v, DocumentEvent e, Shape a, ViewFactory f) Forwards theDocumentEventto the give child view.Fetches the attributes to use when rendering.getChildAllocation(int index, Shape a) Fetches the allocation for the given child view.Fetches the container hosting the view.Fetches the model associated with the view.Fetches the structural portion of the subject that this view is mapped to.Fetch aGraphicsfor rendering.floatgetMaximumSpan(int axis) Determines the maximum span for this view along an axis.Returns the parent of the view.intgetResizeWeight(int axis) Determines the resizability of the view along the given axis.getToolTipText(float x, float y, Shape allocation) Returns the tooltip text at the specified location.getView(int n) Gets the nth child view.intReturns the number of views in this view.Fetches theViewFactoryimplementation that is feeding the view hierarchy.intgetViewIndex(float x, float y, Shape allocation) Returns the child view index representing the given position in the view.intgetViewIndex(int pos, Position.Bias b) Returns the child view index representing the given position in the model.voidInserts a single child view.booleanReturns a boolean that indicates whether the view is visible or not.modelToView(int pos, Shape a) Deprecated.modelToView(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) Provides a mapping, for a given region, from the document model coordinate space to the view coordinate space.voidpreferenceChanged(View child, boolean width, boolean height) Child views can call this on the parent to indicate that the preference has changed and should be reconsidered for layout.voidremove(int i) Removes one of the children at the given position.voidRemoves all of the children.voidReplaces child views.voidEstablishes the parent view for this view.voidsetSize(float width, float height) Sets the size of the view.protected booleanUpdates the child views in response to receiving notification that the model changed, and there is change record for the element this view is responsible for.protected voidUpdates the layout in response to receiving notification of change from the model.intviewToModel(float x, float y, Shape a) Deprecated.Methods declared in class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitModifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.protected voidfinalize()Deprecated, for removal: This API element is subject to removal in a future version.Finalization is deprecated and subject to removal in a future release.final Class<?> getClass()Returns the runtime class of thisObject.inthashCode()Returns a hash code value for this object.final voidnotify()Wakes up a single thread that is waiting on this object's monitor.final voidWakes up all threads that are waiting on this object's monitor.toString()Returns a string representation of the object.final voidwait()Causes the current thread to wait until it is awakened, typically by being notified or interrupted.final voidwait(long timeoutMillis) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.final voidwait(long timeoutMillis, int nanos) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.
-
Constructor Details
-
LabelView
Constructs a new view wrapped on an element.- Parameters:
elem- the element
-
-
Method Details
-
setUnderline
protected void setUnderline(boolean u) Sets whether or not the view is underlined. Note that this setter is protected and is really only meant if you need to update some additional state when set.- Parameters:
u- true if the view is underlined, otherwise false- See Also:
-
setStrikeThrough
protected void setStrikeThrough(boolean s) Sets whether or not the view has a strike/line through it. Note that this setter is protected and is really only meant if you need to update some additional state when set.- Parameters:
s- true if the view has a strike/line through it, otherwise false- See Also:
-
setSuperscript
protected void setSuperscript(boolean s) Sets whether or not the view represents a superscript. Note that this setter is protected and is really only meant if you need to update some additional state when set.- Parameters:
s- true if the view represents a superscript, otherwise false- See Also:
-
setSubscript
protected void setSubscript(boolean s) Sets whether or not the view represents a subscript. Note that this setter is protected and is really only meant if you need to update some additional state when set.- Parameters:
s- true if the view represents a subscript, otherwise false- See Also:
-
setBackground
Sets the background color for the view. This method is typically invoked as part of configuring thisView. If you need to customize the background color you should overridesetPropertiesFromAttributesand invoke this method. A value of null indicates no background should be rendered, so that the background of the parentViewwill show through.- Parameters:
bg- background color, or null- Since:
- 1.5
- See Also:
-
setPropertiesFromAttributes
protected void setPropertiesFromAttributes()Sets the cached properties from the attributes. -
getFontMetrics
Deprecated.FontMetrics are not used for glyph rendering when running in the JDK.Fetches theFontMetricsused for this view.- Returns:
- the
FontMetricsused for this view
-
getBackground
Fetches the background color to use to render the glyphs. This is implemented to return a cached background color, which defaults tonull.- Overrides:
getBackgroundin classGlyphView- Returns:
- the cached background color
- Since:
- 1.3
-
getForeground
Fetches the foreground color to use to render the glyphs. This is implemented to return a cached foreground color, which defaults tonull.- Overrides:
getForegroundin classGlyphView- Returns:
- the cached foreground color
- Since:
- 1.3
-
getFont
-
isUnderline
public boolean isUnderline()Determines if the glyphs should be underlined. If true, an underline should be drawn through the baseline. This is implemented to return the cached underline property.When you request this property,
LabelViewre-syncs its state with the properties of theElement'sAttributeSet. IfElement'sAttributeSetdoes not have this property set, it will revert to false.- Overrides:
isUnderlinein classGlyphView- Returns:
- the value of the cached
underlineproperty - Since:
- 1.3
-
isStrikeThrough
public boolean isStrikeThrough()Determines if the glyphs should have a strikethrough line. If true, a line should be drawn through the center of the glyphs. This is implemented to return the cachedstrikeThroughproperty.When you request this property,
LabelViewre-syncs its state with the properties of theElement'sAttributeSet. IfElement'sAttributeSetdoes not have this property set, it will revert to false.- Overrides:
isStrikeThroughin classGlyphView- Returns:
- the value of the cached
strikeThroughproperty - Since:
- 1.3
-
isSubscript
public boolean isSubscript()Determines if the glyphs should be rendered as superscript.When you request this property,
LabelViewre-syncs its state with the properties of theElement'sAttributeSet. IfElement'sAttributeSetdoes not have this property set, it will revert to false.- Overrides:
isSubscriptin classGlyphView- Returns:
- the value of the cached
subscriptproperty - Since:
- 1.3
-
isSuperscript
public boolean isSuperscript()Determines if the glyphs should be rendered as subscript.When you request this property,
LabelViewre-syncs its state with the properties of theElement'sAttributeSet. IfElement'sAttributeSetdoes not have this property set, it will revert to false.- Overrides:
isSuperscriptin classGlyphView- Returns:
- the value of the cached
superscriptproperty - Since:
- 1.3
-
changedUpdate
Gives notification from the document that attributes were changed in a location that this view is responsible for.- Overrides:
changedUpdatein classGlyphView- Parameters:
e- the change information from the associated documenta- the current allocation of the viewf- the factory to use to rebuild if the view has children- See Also:
-