Zoomer
org.nlogo.window.Zoomer
Attributes
- Source
- Zoomer.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Attributes
- Source
- Zoomer.scala
Attributes
- Source
- Zoomer.scala
Attributes
- Source
- Zoomer.scala
def scaleComponentFont(component: Component, newZoom: Double, oldZoom: Double, recursive: Boolean): Unit
Attributes
- Source
- Zoomer.scala
Attributes
- Source
- Zoomer.scala
Attributes
- Source
- Zoomer.scala
Attributes
- Source
- Zoomer.scala
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
Attributes
- Source
- Zoomer.scala
In this article