Package hec.gfx2d
Interface G2dViewportEditComponent
- All Superinterfaces:
G2dEditComponent
- All Known Implementing Classes:
Viewport
Edit interface for mouse tools that want to edit the viewport specifically.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of glyphs used by this viewportgetScale()Returns the scale used by this component.Methods inherited from interface hec.gfx2d.G2dEditComponent
objectPopupMenu, pointerOver
-
Method Details
-
getGlyphVector
Vector getGlyphVector()Returns the list of glyphs used by this viewport- Specified by:
getGlyphVectorin interfaceG2dEditComponent- Returns:
-
getScale
Scale getScale()Returns the scale used by this component. Default is X1/Y1- Returns:
-