Class InlineView
java.lang.Object
javax.swing.text.View
javax.swing.text.GlyphView
javax.swing.text.LabelView
javax.swing.text.html.InlineView
- All Implemented Interfaces:
Cloneable, SwingConstants, TabableView
Displays the inline element styles
based upon css attributes.
-
Nested Class Summary
Nested classes/interfaces declared in class GlyphView
GlyphView.GlyphPainter
Modifier and TypeClassDescriptionstatic class
A class to perform rendering of the glyphs. -
Field Summary
Fields declared in class View
BadBreakWeight, ExcellentBreakWeight, ForcedBreakWeight, GoodBreakWeight, X_AXIS, Y_AXIS
Modifier and TypeFieldDescriptionstatic final int
The weight to indicate a view is a bad break opportunity for the purpose of formatting.static final int
The weight to indicate a view supports breaking, and this represents a very attractive place to break.static final int
The 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 int
The weight to indicate a view supports breaking, but better opportunities probably exist.static final int
Axis for format/break operations.static final int
Axis 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, WEST
Modifier and TypeFieldDescriptionstatic final int
Box-orientation constant used to specify the bottom of a box.static final int
The central position in an area.static final int
Compass-direction east (right).static final int
Horizontal orientation.static final int
Identifies the leading edge of text for use with left-to-right and right-to-left languages.static final int
Box-orientation constant used to specify the left side of a box.static final int
Identifies the next direction in a sequence.static final int
Compass-direction North (up).static final int
Compass-direction north-east (upper right).static final int
Compass-direction north west (upper left).static final int
Identifies the previous direction in a sequence.static final int
Box-orientation constant used to specify the right side of a box.static final int
Compass-direction south (down).static final int
Compass-direction south-east (lower right).static final int
Compass-direction south-west (lower left).static final int
Box-orientation constant used to specify the top of a box.static final int
Identifies the trailing edge of text for use with left-to-right and right-to-left languages.static final int
Vertical orientation.static final int
Compass-direction west (left). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbreakView
(int axis, int offset, float pos, float len) Tries to break this view on the given axis.void
changedUpdate
(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 attributes to use when rendering.int
getBreakWeight
(int axis, float pos, float len) Determines how attractive a break opportunity in this view is.protected StyleSheet
Convenient method to get the StyleSheet.void
insertUpdate
(DocumentEvent e, Shape a, ViewFactory f) Gives notification that something was inserted into the document in a location that this view is responsible for.void
removeUpdate
(DocumentEvent e, Shape a, ViewFactory f) Gives notification that something was removed from the document in a location that this view is responsible for.protected void
Set the cached properties from the attributes.Methods declared in class LabelView
getBackground, getFont, getFontMetrics, getForeground, isStrikeThrough, isSubscript, isSuperscript, isUnderline, setBackground, setStrikeThrough, setSubscript, setSuperscript, setUnderline
Modifier and TypeMethodDescriptionFetches the background color to use to render the glyphs.getFont()
Fetches the font that the glyphs should be based upon.protected FontMetrics
Deprecated.FontMetrics are not used for glyph rendering when running in the JDK.Fetches the foreground color to use to render the glyphs.boolean
Determines if the glyphs should have a strikethrough line.boolean
Determines if the glyphs should be rendered as superscript.boolean
Determines if the glyphs should be rendered as subscript.boolean
Determines if the glyphs should be underlined.protected void
setBackground
(Color bg) Sets the background color for the view.protected void
setStrikeThrough
(boolean s) Sets whether or not the view has a strike/line through it.protected void
setSubscript
(boolean s) Sets whether or not the view represents a subscript.protected void
setSuperscript
(boolean s) Sets whether or not the view represents a superscript.protected void
setUnderline
(boolean u) Sets whether or not the view is underlined.Methods declared in class GlyphView
checkPainter, clone, createFragment, getAlignment, getEndOffset, getGlyphPainter, getMinimumSpan, getNextVisualPositionFrom, getPartialSpan, getPreferredSpan, getStartOffset, getTabbedSpan, getTabExpander, getText, modelToView, paint, setGlyphPainter, viewToModel
Modifier and TypeMethodDescriptionprotected void
Check to see that a glyph painter exists.protected final Object
clone()
Creates a shallow copy.createFragment
(int p0, int p1) Creates a view that represents a portion of the element.float
getAlignment
(int axis) Determines the desired alignment for this view along an axis.int
Fetches the portion of the model that this view is responsible for.Fetch the currently installed glyph painter.float
getMinimumSpan
(int axis) Determines the minimum span for this view along an axis.int
getNextVisualPositionFrom
(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.float
getPartialSpan
(int p0, int p1) Determines the span along the same axis as tab expansion for a portion of the view.float
getPreferredSpan
(int axis) Determines the preferred span for this view along an axis.int
Fetches the portion of the model that this view is responsible for.float
getTabbedSpan
(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.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.void
Renders a portion of a text style run.void
Sets the painter to use for rendering glyphs.int
viewToModel
(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, 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, viewToModel
Modifier and TypeMethodDescriptionvoid
Appends a single child view.protected void
Forwards the givenDocumentEvent
to the child views that need to be notified of the change to the model.protected void
forwardUpdateToView
(View v, DocumentEvent e, Shape a, ViewFactory f) Forwards theDocumentEvent
to the give child view.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 aGraphics
for rendering.float
getMaximumSpan
(int axis) Determines the maximum span for this view along an axis.Returns the parent of the view.int
getResizeWeight
(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.int
Returns the number of views in this view.Fetches theViewFactory
implementation that is feeding the view hierarchy.int
getViewIndex
(float x, float y, Shape allocation) Returns the child view index representing the given position in the view.int
getViewIndex
(int pos, Position.Bias b) Returns the child view index representing the given position in the model.void
Inserts a single child view.boolean
Returns 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.void
preferenceChanged
(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.void
remove
(int i) Removes one of the children at the given position.void
Removes all of the children.void
Replaces child views.void
Establishes the parent view for this view.void
setSize
(float width, float height) Sets the size of the view.protected boolean
Updates 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 void
Updates the layout in response to receiving notification of change from the model.int
viewToModel
(float x, float y, Shape a) Deprecated.Methods declared in class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Modifier and TypeMethodDescriptionboolean
Indicates whether some other object is "equal to" this one.protected void
finalize()
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
.int
hashCode()
Returns a hash code value for this object.final void
notify()
Wakes up a single thread that is waiting on this object's monitor.final void
Wakes up all threads that are waiting on this object's monitor.toString()
Returns a string representation of the object.final void
wait()
Causes the current thread to wait until it is awakened, typically by being notified or interrupted.final void
wait
(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 void
wait
(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
-
InlineView
Constructs a new view wrapped on an element.- Parameters:
elem
- the element
-
-
Method Details
-
insertUpdate
Gives notification that something was inserted into the document in a location that this view is responsible for. If either parameter isnull
, behavior of this method is implementation dependent.- Overrides:
insertUpdate
in 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- Since:
- 1.5
- See Also:
-
removeUpdate
Gives notification that something was removed from the document in a location that this view is responsible for. If either parameter isnull
, behavior of this method is implementation dependent.- Overrides:
removeUpdate
in 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- Since:
- 1.5
- See Also:
-
changedUpdate
Gives notification from the document that attributes were changed in a location that this view is responsible for.- Overrides:
changedUpdate
in classLabelView
- 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:
-
getAttributes
Fetches the attributes to use when rendering. This is implemented to multiplex the attributes specified in the model with a StyleSheet.- Overrides:
getAttributes
in classView
- Returns:
- the attributes to use when rendering
-
getBreakWeight
public int getBreakWeight(int axis, float pos, float len) Determines how attractive a break opportunity in this view is. This can be used for determining which view is the most attractive to callbreakView
on in the process of formatting. A view that represents text that has whitespace in it might be more attractive than a view that has no whitespace, for example. The higher the weight, the more attractive the break. A value equal to or lower thanBadBreakWeight
should not be considered for a break. A value greater than or equal toForcedBreakWeight
should be broken.This is implemented to provide the default behavior of returning
BadBreakWeight
unless the length is greater than the length of the view in which case the entire view represents the fragment. Unless a view has been written to support breaking behavior, it is not attractive to try and break the view. An example of a view that does support breaking isLabelView
. An example of a view that uses break weight isParagraphView
.- Overrides:
getBreakWeight
in classGlyphView
- Parameters:
axis
- may be either View.X_AXIS or View.Y_AXISpos
- the potential location of the start of the broken view >= 0. This may be useful for calculating tab positions.len
- specifies the relative length from pos where a potential break is desired >= 0.- Returns:
- the weight, which should be a value between ForcedBreakWeight and BadBreakWeight.
- See Also:
-
breakView
Tries to break this view on the given axis. Refer toView.breakView(int, int, float, float)
for a complete description of this method.Behavior of this method is unspecified in case
axis
is neitherView.X_AXIS
norView.Y_AXIS
, and in caseoffset
,pos
, orlen
is null.- Overrides:
breakView
in classGlyphView
- Parameters:
axis
- may be eitherView.X_AXIS
orView.Y_AXIS
offset
- the location in the document model that a broken fragment would occupy >= 0. This would be the starting offset of the fragment returnedpos
- the position along the axis that the broken view would occupy >= 0. This may be useful for things like tab calculationslen
- specifies the distance along the axis where a potential break is desired >= 0- Returns:
- the fragment of the view that represents the given span.
- Since:
- 1.5
- See Also:
-
setPropertiesFromAttributes
protected void setPropertiesFromAttributes()Set the cached properties from the attributes.- Overrides:
setPropertiesFromAttributes
in classLabelView
-
getStyleSheet
Convenient method to get the StyleSheet.- Returns:
- the StyleSheet
-