|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Clip in eu.esdihumboldt.hale.ui.views.styledmap.clip |
---|
Methods in eu.esdihumboldt.hale.ui.views.styledmap.clip with parameters of type Clip | |
---|---|
void |
ClipPainter.setClip(Clip clip)
Set the clip algorithm. |
Uses of Clip in eu.esdihumboldt.hale.ui.views.styledmap.clip.impl |
---|
Classes in eu.esdihumboldt.hale.ui.views.styledmap.clip.impl that implement Clip | |
---|---|
class |
AbstractPolygonClip
Base class for clip's based on a polygon defined on the view-port. |
class |
BottomLeftClip
Diagonal clip for painting the bottom left area of the view-port. |
class |
BottomRightClip
Diagonal clip for painting the bottom right area of the view-port. |
class |
Hide
Clip algorithm that forbids drawing. |
class |
HorizontalClip
Displays horizontal rows of the view-port. |
class |
NoClip
Clip algorithm that performs no clipping. |
class |
TopLeftClip
Diagonal clip for painting the top left area of the view-port. |
class |
TopRightClip
Diagonal clip for painting the top right area of the view-port. |
class |
VerticalClip
Displays a vertical column of the view-port. |
Uses of Clip in eu.esdihumboldt.hale.ui.views.styledmap.clip.layout |
---|
Methods in eu.esdihumboldt.hale.ui.views.styledmap.clip.layout that return types with arguments of type Clip | |
---|---|
List<Clip> |
PainterLayout.createClips(int count)
Create clip algorithms for a given number of painters. |
Uses of Clip in eu.esdihumboldt.hale.ui.views.styledmap.clip.layout.extension.internal |
---|
Methods in eu.esdihumboldt.hale.ui.views.styledmap.clip.layout.extension.internal with parameters of type Clip | |
---|---|
void |
TileOverlayProxy.setClip(Clip clip)
|
Uses of Clip in eu.esdihumboldt.hale.ui.views.styledmap.clip.layout.impl |
---|
Methods in eu.esdihumboldt.hale.ui.views.styledmap.clip.layout.impl that return types with arguments of type Clip | |
---|---|
List<Clip> |
RowLayout.createClips(int count)
|
List<Clip> |
OnlyFirstLayout.createClips(int count)
|
List<Clip> |
DiagonalDownLayout.createClips(int count)
|
List<Clip> |
ColumnLayout.createClips(int count)
|
List<Clip> |
DiagonalUpLayout.createClips(int count)
|
List<Clip> |
NoLayout.createClips(int count)
|
Uses of Clip in eu.esdihumboldt.hale.ui.views.styledmap.painter |
---|
Methods in eu.esdihumboldt.hale.ui.views.styledmap.painter with parameters of type Clip | |
---|---|
void |
AbstractInstancePainter.setClip(Clip clip)
|
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |