Package org.xhtmlrenderer.swt
Class BasicRenderer.RedrawNewSize
java.lang.Object
org.xhtmlrenderer.swt.BasicRenderer.SpecialRedraw
org.xhtmlrenderer.swt.BasicRenderer.RedrawNewSize
- Enclosing class:
BasicRenderer
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final org.eclipse.swt.graphics.Point
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
(package private) boolean
Methods inherited from class org.xhtmlrenderer.swt.BasicRenderer.SpecialRedraw
redraw
-
Field Details
-
_previousSize
final org.eclipse.swt.graphics.Point _previousSize
-
-
Constructor Details
-
RedrawNewSize
RedrawNewSize(org.eclipse.swt.graphics.Point previousSize)
-
-
Method Details
-
isForFixedContent
boolean isForFixedContent()- Specified by:
isForFixedContent
in classBasicRenderer.SpecialRedraw
- Returns:
true
if this special redraw method can also be applied when there is fixed content
-
ignoreFurther
boolean ignoreFurther()- Specified by:
ignoreFurther
in classBasicRenderer.SpecialRedraw
- Returns:
true
if special redraws of the same kind (but with other parameters) should be ignored
-