Uses of Class
com.vividsolutions.jump.workbench.ui.Viewport
-
-
Uses of Viewport in com.vividsolutions.jump.workbench.imagery
Methods in com.vividsolutions.jump.workbench.imagery with parameters of type Viewport Modifier and Type Method Description void
ReferencedImage. paint(Feature f, Graphics2D g, Viewport viewport)
void
ReferencedImageStyle. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Viewport in com.vividsolutions.jump.workbench.imagery.ecw
Methods in com.vividsolutions.jump.workbench.imagery.ecw with parameters of type Viewport Modifier and Type Method Description void
ECWImage. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Viewport in com.vividsolutions.jump.workbench.imagery.geoimg
Methods in com.vividsolutions.jump.workbench.imagery.geoimg with parameters of type Viewport Modifier and Type Method Description void
GeoImage. paint(Feature f, Graphics2D g, Viewport viewport)
actually paint the image to the viewport -
Uses of Viewport in com.vividsolutions.jump.workbench.imagery.geotiff
Methods in com.vividsolutions.jump.workbench.imagery.geotiff with parameters of type Viewport Modifier and Type Method Description void
RasterPainter. paint(Graphics2D g, Viewport viewport)
Deprecated. -
Uses of Viewport in com.vividsolutions.jump.workbench.imagery.graphic
Methods in com.vividsolutions.jump.workbench.imagery.graphic with parameters of type Viewport Modifier and Type Method Description void
AbstractGraphicImage. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Viewport in com.vividsolutions.jump.workbench.imagery.mrsid
Methods in com.vividsolutions.jump.workbench.imagery.mrsid with parameters of type Viewport Modifier and Type Method Description void
MrSIDReferencedImage. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Viewport in com.vividsolutions.jump.workbench.imagery.openjpeg
Methods in com.vividsolutions.jump.workbench.imagery.openjpeg with parameters of type Viewport Modifier and Type Method Description void
OpenJpegImage. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Viewport in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui that return Viewport Modifier and Type Method Description Viewport
LayerViewPanel. getViewport()
-
Uses of Viewport in com.vividsolutions.jump.workbench.ui.cursortool
Methods in com.vividsolutions.jump.workbench.ui.cursortool with parameters of type Viewport Modifier and Type Method Description void
NoteStyle. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Viewport in com.vividsolutions.jump.workbench.ui.renderer
Methods in com.vividsolutions.jump.workbench.ui.renderer with parameters of type Viewport Modifier and Type Method Description void
AbstractSelectionRenderer. paint(Feature f, Graphics2D g, Viewport viewport)
void
AbstractSelectionRenderer. paint(org.locationtech.jts.geom.Geometry geometry, Graphics2D g, Viewport viewport)
static void
AbstractSelectionRenderer. paintHandles(Graphics2D g, org.locationtech.jts.geom.Coordinate[] coordinates, Stroke stroke, Color fillColor, Color lineColor, Viewport viewport)
-
Uses of Viewport in com.vividsolutions.jump.workbench.ui.renderer.style
Methods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type Viewport Modifier and Type Method Description protected void
ArrowLineStringEndpointStyle.Feathers. paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D graphics)
protected void
ArrowLineStringEndpointStyle. paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D graphics)
protected void
ArrowLineStringSegmentStyle. paint(Point2D p0, Point2D p1, Viewport viewport, Graphics2D graphics)
void
BasicStyle. paint(Feature f, Graphics2D g, Viewport viewport)
protected void
CircleLineStringEndpointStyle. paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D graphics)
void
ColorThemingStyle. paint(Feature f, Graphics2D g, Viewport viewport)
void
DelegatingStyle. paint(Feature f, Graphics2D g, Viewport viewport)
void
DummyStyle. paint(Feature f, Graphics2D g, Viewport viewport)
void
LabelStyle. paint(Feature f, Graphics2D g, Viewport viewport)
void
LabelStyle. paint(Graphics2D g, String text, Viewport viewport, Point2D viewCentre, double angle, double height, int dim)
protected abstract void
LineStringEndpointStyle. paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D graphics)
protected abstract void
LineStringSegmentStyle. paint(Point2D p0, Point2D p1, Viewport viewport, Graphics2D graphics)
protected void
LineStringSegmentStyle. paint(org.locationtech.jts.geom.Coordinate p0, org.locationtech.jts.geom.Coordinate p1, Viewport viewport, Graphics2D graphics)
void
LineStringStyle. paint(Feature f, Graphics2D g, Viewport viewport)
protected abstract void
LineStringVertexStyle. paint(Point2D p0, org.locationtech.jts.geom.LineString line, int index, Viewport viewport, Graphics2D graphics)
protected void
MetricsLineStringSegmentStyle. paint(Point2D p0, Point2D p1, Viewport viewport, Graphics2D g)
protected void
MetricsLineStringSegmentStyle. paint(org.locationtech.jts.geom.Coordinate p0, org.locationtech.jts.geom.Coordinate p1, Viewport viewport, Graphics2D graphics)
void
PinEqualCoordinatesStyle. paint(Feature f, Graphics2D g, Viewport viewport)
void
Style. paint(Feature f, Graphics2D g, Viewport viewport)
static void
StyleUtil. paint(org.locationtech.jts.geom.Geometry geometry, Graphics2D g, Viewport viewport, boolean renderingFill, Stroke fillStroke, Paint fillPaint, boolean renderingLine, Stroke lineStroke, Color lineColor)
Smart enough to not fill LineStrings.protected void
VertexIndexLineSegmentStyle. paint(Point2D p, org.locationtech.jts.geom.LineString line, int index, Viewport viewport, Graphics2D g)
void
VertexStyle. paint(Feature f, Graphics2D g, Viewport viewport)
protected void
VertexXYLineSegmentStyle. paint(Point2D p, org.locationtech.jts.geom.LineString line, int index, Viewport viewport, Graphics2D g)
void
XBasicStyle. paint(Feature f, Graphics2D g, Viewport viewport)
protected void
LineStringStyle. paintGeometry(org.locationtech.jts.geom.Geometry geometry, Graphics2D graphics, Viewport viewport)
protected void
PinEqualCoordinatesStyle. paintGeometry(org.locationtech.jts.geom.Geometry geometry, Graphics2D graphics, Viewport viewport)
protected void
LineStringEndpointStyle. paintLineString(org.locationtech.jts.geom.LineString lineString, Viewport viewport, Graphics2D graphics)
protected void
LineStringSegmentStyle. paintLineString(org.locationtech.jts.geom.LineString lineString, Viewport viewport, Graphics2D graphics)
protected abstract void
LineStringStyle. paintLineString(org.locationtech.jts.geom.LineString lineString, Viewport viewport, Graphics2D graphics)
protected void
LineStringVertexStyle. paintLineString(org.locationtech.jts.geom.LineString lineString, Viewport viewport, Graphics2D graphics)
-
Uses of Viewport in de.hawhamburg.sridsupport
Methods in de.hawhamburg.sridsupport with parameters of type Viewport Modifier and Type Method Description void
SRIDStyle. paint(Feature f, Graphics2D g, Viewport viewport)
Deprecated. -
Uses of Viewport in org.openjump.core.ccordsys.srid
Methods in org.openjump.core.ccordsys.srid with parameters of type Viewport Modifier and Type Method Description void
SRIDStyle. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Viewport in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage with parameters of type Viewport Modifier and Type Method Description static Resolution
RasterImageIO. calcRequestedResolution(Viewport viewport)
Rectangle
RasterImageLayer. getDrawingRectangle(double imgWidth, double imgHeight, org.locationtech.jts.geom.Envelope imageEnv, Viewport viewport)
static org.locationtech.jts.geom.Envelope
RasterImageIO. getViewingEnvelope(Viewport viewport)
-
Uses of Viewport in org.openjump.core.ui.plugin.tools
Methods in org.openjump.core.ui.plugin.tools with parameters of type Viewport Modifier and Type Method Description void
MeasurementStyle. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of Viewport in org.openjump.core.ui.style.decoration
Methods in org.openjump.core.ui.style.decoration with parameters of type Viewport Modifier and Type Method Description protected void
ArrowLineStringMiddlepointStyle. paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D graphics)
protected void
SegmentDownhillArrowStyle. paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D graphics)
protected void
SegmentDownhillArrowStyle. paint(org.locationtech.jts.geom.Coordinate terminal, org.locationtech.jts.geom.Coordinate next, Viewport viewport, Graphics2D graphics)
void
TextBasedVertexStyle. paint(Feature f, Graphics2D g, Viewport viewport)
protected abstract void
TextBasedVertexStyle. paint(Point2D p0, org.locationtech.jts.geom.LineString line, int index, Viewport viewport, Graphics2D graphics)
protected void
VertexZValueStyle. paint(Point2D p, org.locationtech.jts.geom.LineString line, int index, Viewport viewport, Graphics2D g)
protected void
TextBasedVertexStyle. paintGeometry(org.locationtech.jts.geom.Geometry geometry, Graphics2D graphics, Viewport viewport)
protected void
TextBasedVertexStyle. paintLineString(org.locationtech.jts.geom.LineString lineString, Viewport viewport, Graphics2D graphics)
protected abstract void
TextBasedVertexStyle. paintPoint(org.locationtech.jts.geom.Point point, Viewport viewport, Graphics2D graphics)
protected void
VertexZValueStyle. paintPoint(org.locationtech.jts.geom.Point point, Viewport viewport, Graphics2D g)
-
Uses of Viewport in org.openjump.core.ui.util
Methods in org.openjump.core.ui.util with parameters of type Viewport Modifier and Type Method Description static double
ScreenScale. getHorizontalMapScale(Viewport port)
Delivers the scale of the map shown on the display.
-