BlockViewport
, InlineViewport
, RegionViewport
public interface Viewport
Modifier and Type | Method | 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-2016 The Apache Software Foundation. All Rights Reserved.