| javax.swing.text.BoxView javax.swing.text.html.BlockView
All known Subclasses: javax.swing.text.html.TableTagView, javax.swing.text.html.ListView, javax.swing.text.html.NoFramesTagView,
getAlignment | public float getAlignment(int axis)(Code) | | |
setPropertiesFromAttributes | protected void setPropertiesFromAttributes()(Code) | | |
setSize | public void setSize(float width, float height)(Code) | | |
Methods inherited from javax.swing.text.BoxView | protected void baselineLayout(int targetSpan, int axis, int[] offsets, int[] spans)(Code)(Java Doc) protected SizeRequirements baselineRequirements(int axis, SizeRequirements r)(Code)(Java Doc) protected SizeRequirements calculateMajorAxisRequirements(int axis, SizeRequirements r)(Code)(Java Doc) protected SizeRequirements calculateMinorAxisRequirements(int axis, SizeRequirements r)(Code)(Java Doc) protected void childAllocation(int index, Rectangle alloc)(Code)(Java Doc) protected boolean flipEastAndWestAtEnds(int position, Bias bias)(Code)(Java Doc) protected void forwardUpdate(ElementChange change, DocumentEvent event, Shape shape, ViewFactory factory)(Code)(Java Doc) public float getAlignment(int axis)(Code)(Java Doc) public int getAxis()(Code)(Java Doc) public Shape getChildAllocation(int index, Shape shape)(Code)(Java Doc) public int getHeight()(Code)(Java Doc) public float getMaximumSpan(int axis)(Code)(Java Doc) public float getMinimumSpan(int axis)(Code)(Java Doc) protected int getOffset(int axis, int childIndex)(Code)(Java Doc) public float getPreferredSpan(int axis)(Code)(Java Doc) public int getResizeWeight(int axis)(Code)(Java Doc) protected int getSpan(int axis, int childIndex)(Code)(Java Doc) protected View getViewAtPoint(int x, int y, Rectangle alloc)(Code)(Java Doc) public int getWidth()(Code)(Java Doc) protected boolean isAfter(int x, int y, Rectangle innerAlloc)(Code)(Java Doc) protected boolean isAllocationValid()(Code)(Java Doc) protected boolean isBefore(int x, int y, Rectangle innerAlloc)(Code)(Java Doc) protected boolean isLayoutValid(int axis)(Code)(Java Doc) protected void layout(int width, int height)(Code)(Java Doc) public void layoutChanged(int axis)(Code)(Java Doc) protected void layoutMajorAxis(int targetSpan, int axis, int[] offsets, int[] spans)(Code)(Java Doc) protected void layoutMinorAxis(int targetSpan, int axis, int[] offsets, int[] spans)(Code)(Java Doc) public Shape modelToView(int pos, Shape shape, Bias bias) throws BadLocationException(Code)(Java Doc) public void paint(Graphics g, Shape shape)(Code)(Java Doc) protected void paintChild(Graphics g, Rectangle alloc, int index)(Code)(Java Doc) public void preferenceChanged(View child, boolean width, boolean height)(Code)(Java Doc) public void replace(int index, int length, View[] elems)(Code)(Java Doc) public void setAxis(int axis)(Code)(Java Doc) public void setSize(float width, float height)(Code)(Java Doc) public int viewToModel(float x, float y, Shape shape, Bias[] bias)(Code)(Java Doc)
|
|
|