Uses of Class
com.vividsolutions.jump.workbench.ui.Viewport
Packages that use Viewport
Package
Description
-
Uses of Viewport in com.vividsolutions.jump.workbench.imagery
Methods in com.vividsolutions.jump.workbench.imagery with parameters of type ViewportModifier and TypeMethodDescriptionvoidReferencedImage.paint(Feature f, Graphics2D g, Viewport viewport) voidReferencedImageStyle.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 ViewportModifier and TypeMethodDescriptionvoidECWImage.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 ViewportModifier and TypeMethodDescriptionvoidGeoImage.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 ViewportModifier and TypeMethodDescriptionvoidRasterPainter.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 ViewportModifier and TypeMethodDescriptionvoidAbstractGraphicImage.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 ViewportModifier and TypeMethodDescriptionvoidMrSIDReferencedImage.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 ViewportModifier and TypeMethodDescriptionvoidOpenJpegImage.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 -
Uses of Viewport in com.vividsolutions.jump.workbench.ui.cursortool
Methods in com.vividsolutions.jump.workbench.ui.cursortool with parameters of type ViewportModifier and TypeMethodDescriptionvoidNoteStyle.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 ViewportModifier and TypeMethodDescriptionvoidAbstractSelectionRenderer.paint(Feature f, Graphics2D g, Viewport viewport) voidAbstractSelectionRenderer.paint(org.locationtech.jts.geom.Geometry geometry, Graphics2D g, Viewport viewport) static voidAbstractSelectionRenderer.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 ViewportModifier and TypeMethodDescriptionprotected voidArrowLineStringEndpointStyle.Feathers.paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D graphics) protected voidArrowLineStringEndpointStyle.paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D graphics) protected voidArrowLineStringSegmentStyle.paint(Point2D p0, Point2D p1, Viewport viewport, Graphics2D graphics) voidBasicStyle.paint(Feature f, Graphics2D g, Viewport viewport) protected voidCircleLineStringEndpointStyle.paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D graphics) voidColorThemingStyle.paint(Feature f, Graphics2D g, Viewport viewport) voidDelegatingStyle.paint(Feature f, Graphics2D g, Viewport viewport) voidDummyStyle.paint(Feature f, Graphics2D g, Viewport viewport) voidLabelStyle.paint(Feature f, Graphics2D g, Viewport viewport) voidLabelStyle.paint(Graphics2D g, String text, Viewport viewport, Point2D viewCentre, double angle, double height, int dim) protected abstract voidLineStringEndpointStyle.paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D graphics) protected abstract voidLineStringSegmentStyle.paint(Point2D p0, Point2D p1, Viewport viewport, Graphics2D graphics) protected voidLineStringSegmentStyle.paint(org.locationtech.jts.geom.Coordinate p0, org.locationtech.jts.geom.Coordinate p1, Viewport viewport, Graphics2D graphics) voidLineStringStyle.paint(Feature f, Graphics2D g, Viewport viewport) protected abstract voidLineStringVertexStyle.paint(Point2D p0, org.locationtech.jts.geom.LineString line, int index, Viewport viewport, Graphics2D graphics) protected voidMetricsLineStringSegmentStyle.paint(Point2D p0, Point2D p1, Viewport viewport, Graphics2D g) protected voidMetricsLineStringSegmentStyle.paint(org.locationtech.jts.geom.Coordinate p0, org.locationtech.jts.geom.Coordinate p1, Viewport viewport, Graphics2D graphics) voidPinEqualCoordinatesStyle.paint(Feature f, Graphics2D g, Viewport viewport) voidStyle.paint(Feature f, Graphics2D g, Viewport viewport) static voidStyleUtil.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 voidVertexIndexLineSegmentStyle.paint(Point2D p, org.locationtech.jts.geom.LineString line, int index, Viewport viewport, Graphics2D g) voidVertexStyle.paint(Feature f, Graphics2D g, Viewport viewport) protected voidVertexXYLineSegmentStyle.paint(Point2D p, org.locationtech.jts.geom.LineString line, int index, Viewport viewport, Graphics2D g) voidXBasicStyle.paint(Feature f, Graphics2D g, Viewport viewport) protected voidLineStringStyle.paintGeometry(org.locationtech.jts.geom.Geometry geometry, Graphics2D graphics, Viewport viewport) protected voidPinEqualCoordinatesStyle.paintGeometry(org.locationtech.jts.geom.Geometry geometry, Graphics2D graphics, Viewport viewport) protected voidLineStringEndpointStyle.paintLineString(org.locationtech.jts.geom.LineString lineString, Viewport viewport, Graphics2D graphics) protected voidLineStringSegmentStyle.paintLineString(org.locationtech.jts.geom.LineString lineString, Viewport viewport, Graphics2D graphics) protected abstract voidLineStringStyle.paintLineString(org.locationtech.jts.geom.LineString lineString, Viewport viewport, Graphics2D graphics) protected voidLineStringVertexStyle.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 ViewportModifier and TypeMethodDescriptionvoidSRIDStyle.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 ViewportModifier and TypeMethodDescriptionvoidSRIDStyle.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 ViewportModifier and TypeMethodDescriptionstatic ResolutionRasterImageIO.calcRequestedResolution(Viewport viewport) RasterImageLayer.getDrawingRectangle(double imgWidth, double imgHeight, org.locationtech.jts.geom.Envelope imageEnv, Viewport viewport) static org.locationtech.jts.geom.EnvelopeRasterImageIO.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 ViewportModifier and TypeMethodDescriptionvoidMeasurementStyle.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 ViewportModifier and TypeMethodDescriptionprotected voidArrowLineStringMiddlepointStyle.paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D graphics) protected voidSegmentDownhillArrowStyle.paint(Point2D terminal, Point2D next, Viewport viewport, Graphics2D graphics) protected voidSegmentDownhillArrowStyle.paint(org.locationtech.jts.geom.Coordinate terminal, org.locationtech.jts.geom.Coordinate next, Viewport viewport, Graphics2D graphics) voidTextBasedVertexStyle.paint(Feature f, Graphics2D g, Viewport viewport) protected abstract voidTextBasedVertexStyle.paint(Point2D p0, org.locationtech.jts.geom.LineString line, int index, Viewport viewport, Graphics2D graphics) protected voidVertexZValueStyle.paint(Point2D p, org.locationtech.jts.geom.LineString line, int index, Viewport viewport, Graphics2D g) protected voidTextBasedVertexStyle.paintGeometry(org.locationtech.jts.geom.Geometry geometry, Graphics2D graphics, Viewport viewport) protected voidTextBasedVertexStyle.paintLineString(org.locationtech.jts.geom.LineString lineString, Viewport viewport, Graphics2D graphics) protected abstract voidTextBasedVertexStyle.paintPoint(org.locationtech.jts.geom.Point point, Viewport viewport, Graphics2D graphics) protected voidVertexZValueStyle.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 ViewportModifier and TypeMethodDescriptionstatic doubleScreenScale.getHorizontalMapScale(Viewport port) Delivers the scale of the map shown on the display.