Uses of Enum Class
org.gvsig.app.project.documents.layout.fframes.IFFrameUseFMap.SCALE_TYPE
Packages that use IFFrameUseFMap.SCALE_TYPE
Package
Description
-
Uses of IFFrameUseFMap.SCALE_TYPE in org.gvsig.app.project.documents.layout.fframes
Methods in org.gvsig.app.project.documents.layout.fframes that return IFFrameUseFMap.SCALE_TYPEModifier and TypeMethodDescriptionFFrameView.getScaleType()IFFrameUseFMap.getScaleType()Gets the scale and extent types.static IFFrameUseFMap.SCALE_TYPEReturns the enum constant of this class with the specified name.static IFFrameUseFMap.SCALE_TYPE[]IFFrameUseFMap.SCALE_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gvsig.app.project.documents.layout.fframes with parameters of type IFFrameUseFMap.SCALE_TYPEModifier and TypeMethodDescriptionvoidFFrameView.setScaleType(IFFrameUseFMap.SCALE_TYPE scaleType) voidFFrameView.setScaleType(IFFrameUseFMap.SCALE_TYPE scaleType, double fixedScale) voidFFrameView.setScaleType(IFFrameUseFMap.SCALE_TYPE scaleType, org.gvsig.fmap.geom.primitive.Envelope fixedExtent) voidIFFrameUseFMap.setScaleType(IFFrameUseFMap.SCALE_TYPE scaleType) Sets the scale and extent types. -
Uses of IFFrameUseFMap.SCALE_TYPE in org.gvsig.app.project.documents.layout.fframes.gui.dialogs
Methods in org.gvsig.app.project.documents.layout.fframes.gui.dialogs that return IFFrameUseFMap.SCALE_TYPEModifier and TypeMethodDescriptionprotected IFFrameUseFMap.SCALE_TYPEFFrameViewDialog.getSelectedScaleType()Methods in org.gvsig.app.project.documents.layout.fframes.gui.dialogs with parameters of type IFFrameUseFMap.SCALE_TYPEModifier and TypeMethodDescriptionprotected voidFFrameViewDialog.setScaleType(IFFrameUseFMap.SCALE_TYPE type)