Zoomer

org.nlogo.window.Zoomer
class Zoomer(container: Container)

Attributes

Source
Zoomer.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Attributes

Source
Zoomer.scala
def getFontForSave(component: Component): Int

Attributes

Source
Zoomer.scala
def getUnzoomedBounds(component: Component): Rectangle

Attributes

Source
Zoomer.scala
def scaleComponentFont(component: Component, newZoom: Double, oldZoom: Double, recursive: Boolean): Unit

Attributes

Source
Zoomer.scala
def updateZoomInfo(component: Component): Unit

Attributes

Source
Zoomer.scala

Attributes

Source
Zoomer.scala
def zoomSize(originalSize: Dimension, oldZoom: Double, newZoom: Double): Dimension

Attributes

Source
Zoomer.scala
def zoomSize(originalSize: Dimension): Dimension

Attributes

Source
Zoomer.scala
def zoomWidget(wrapper: WidgetWrapperInterface, newWidget: Boolean, loadingWidget: Boolean, oldZoom: Double, newZoom: Double): Unit

Attributes

Source
Zoomer.scala
def zoomWidgetFont(wrapper: WidgetWrapperInterface, widget: Widget, newWidget: Boolean, loadingWidget: Boolean, oldZoom: Double, newZoom: Double): Unit

it may seems redundant to take both wrapper and widget as arguments, but when we are used by CommandCenter, there is no wrapper - ST 7/13/04

it may seems redundant to take both wrapper and widget as arguments, but when we are used by CommandCenter, there is no wrapper - ST 7/13/04

Attributes

Source
Zoomer.scala
def zoomWidgetLocation(wrapper: WidgetWrapperInterface, newWidget: Boolean, loadingWidget: Boolean, oldZoom: Double, newZoom: Double): Unit

Attributes

Source
Zoomer.scala
def zoomWidgetSize(wrapper: WidgetWrapperInterface, newWidget: Boolean, loadingWidget: Boolean, oldZoom: Double, newZoom: Double): Unit

Attributes

Source
Zoomer.scala
def zoomWidgets(newZoom: Double): Unit

Attributes

Source
Zoomer.scala