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) booleanMethods inherited from class 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:
isForFixedContentin classBasicRenderer.SpecialRedraw- Returns:
trueif this special redraw method can also be applied when there is fixed content
-
ignoreFurther
boolean ignoreFurther()- Specified by:
ignoreFurtherin classBasicRenderer.SpecialRedraw- Returns:
trueif special redraws of the same kind (but with other parameters) should be ignored
-