public interface Viewport
Modifier and Type | Method and Description |
---|---|
java.awt.Rectangle |
getClipRectangle()
Returns the clipping rectangle of this viewport area.
|
boolean |
hasClip()
Returns true if this area will clip overflowing content.
|
boolean hasClip()
true
if the overflow trait has the value "hidden", "scroll" or
"error-if-overflow"java.awt.Rectangle getClipRectangle()
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.