Class Summary |
AbstractPolygonClip |
Base class for clip's based on a polygon defined on the view-port. |
BottomLeftClip |
Diagonal clip for painting the bottom left area of the view-port. |
BottomRightClip |
Diagonal clip for painting the bottom right area of the view-port. |
Hide |
Clip algorithm that forbids drawing. |
HorizontalClip |
Displays horizontal rows of the view-port. |
NoClip |
Clip algorithm that performs no clipping. |
TopLeftClip |
Diagonal clip for painting the top left area of the view-port. |
TopRightClip |
Diagonal clip for painting the top right area of the view-port. |
VerticalClip |
Displays a vertical column of the view-port. |