StockFigure

org.nlogo.sdm.gui.StockFigure
class StockFigure extends RectangleFigure, ModelElementFigure, Editable, DummyErrorHandler

Attributes

Source
StockFigure.scala
Graph
Supertypes
trait Editable
class RectangleFigure
class AttributeFigure
class AbstractFigure
trait Figure
trait Serializable
trait Cloneable
trait Storable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
StockFigure.scala
def allowNegative(allow: Boolean): Unit

Attributes

Source
StockFigure.scala

Attributes

Source
StockFigure.scala
def dirty: Boolean

Attributes

Source
StockFigure.scala
override def displayBox: Rectangle

Attributes

Definition Classes
RectangleFigure
Source
StockFigure.scala
override def draw(g: Graphics): Unit

Attributes

Definition Classes
AttributeFigure -> Figure
Source
StockFigure.scala

Attributes

Source
StockFigure.scala
override def editPanel: EditPanel

Attributes

Definition Classes
Source
StockFigure.scala
override def handles: HandleEnumeration

Attributes

Definition Classes
RectangleFigure -> AbstractFigure -> Figure
Source
StockFigure.scala

Attributes

Source
StockFigure.scala
def nameWrapper(name: String): Unit

Attributes

Source
StockFigure.scala

Attributes

Source
StockFigure.scala
override def read(dr: StorableInput): Unit

Attributes

Definition Classes
RectangleFigure -> AttributeFigure -> AbstractFigure -> Storable
Source
StockFigure.scala

Attributes

Source
StockFigure.scala

Attributes

Source
StockFigure.scala
override def write(dw: StorableOutput): Unit

Attributes

Definition Classes
RectangleFigure -> AttributeFigure -> AbstractFigure -> Storable
Source
StockFigure.scala

Inherited methods

def addDependendFigure(x$0: Figure): Unit

Attributes

Inherited from:
AbstractFigure
def addFigureChangeListener(x$0: FigureChangeListener): Unit

Attributes

Inherited from:
AbstractFigure
def addToContainer(x$0: FigureChangeListener): Unit

Attributes

Inherited from:
AbstractFigure

Attributes

Inherited from:
DummyErrorHandler
Source
Editable.scala
def basicDisplayBox(x$0: Point, x$1: Point): Unit

Attributes

Inherited from:
RectangleFigure

Attributes

Inherited from:
AbstractFigure
def center(): Point

Attributes

Inherited from:
AbstractFigure
def changed(): Unit

Attributes

Inherited from:
AbstractFigure
def clone(): <FromJavaObject>

Create a copy of the receiver object.

Create a copy of the receiver object.

The default implementation of the clone method is platform dependent.

Attributes

Returns

a copy of the receiver object.

Note

not specified by SLS as a member of AnyRef

Inherited from:
AbstractFigure
def connectedTextLocator(x$0: Figure): Locator

Attributes

Inherited from:
AbstractFigure
def connectionInsets(): Insets

Attributes

Inherited from:
AbstractFigure
def connectorAt(x$0: Int, x$1: Int): Connector

Attributes

Inherited from:
AbstractFigure
def connectorVisibility(x$0: Boolean, x$1: ConnectionFigure): Unit

Attributes

Inherited from:
AbstractFigure
def containsPoint(x$0: Int, x$1: Int): Boolean

Attributes

Inherited from:
AbstractFigure
def decompose(): FigureEnumeration

Attributes

Inherited from:
AbstractFigure
def displayBox(x$0: Rectangle): Unit

Attributes

Inherited from:
AbstractFigure
def displayBox(x$0: Point, x$1: Point): Unit

Attributes

Inherited from:
AbstractFigure
def drawBackground(x$0: Graphics): Unit

Attributes

Inherited from:
RectangleFigure
def drawFrame(x$0: Graphics): Unit

Attributes

Inherited from:
RectangleFigure
def error(key: Object, e: Exception): Unit

Attributes

Inherited from:
DummyErrorHandler
Source
Editable.scala
def error(key: Object): Option[Exception]

Attributes

Inherited from:
DummyErrorHandler
Source
Editable.scala

Attributes

Inherited from:
Editable
Source
Editable.scala
def figures(): FigureEnumeration

Attributes

Inherited from:
AbstractFigure
def findFigureInside(x$0: Int, x$1: Int): Figure

Attributes

Inherited from:
AbstractFigure
def getAttribute(x$0: FigureAttributeConstant): <FromJavaObject>

Attributes

Inherited from:
AttributeFigure
def getDecoratedFigure(): Figure

Attributes

Inherited from:
AbstractFigure
def getDependendFigures(): FigureEnumeration

Attributes

Inherited from:
AbstractFigure
def getFillColor(): Color

Attributes

Inherited from:
AttributeFigure
def getFrameColor(): Color

Attributes

Inherited from:
AttributeFigure
def getTextHolder(): TextHolder

Attributes

Inherited from:
AbstractFigure
def getZValue(): Int

Attributes

Inherited from:
AbstractFigure
def includes(x$0: Figure): Boolean

Attributes

Inherited from:
AbstractFigure
def invalidate(): Unit

Attributes

Inherited from:
AbstractFigure
def isEmpty(): Boolean

Attributes

Inherited from:
AbstractFigure
def listener(): FigureChangeListener

Attributes

Inherited from:
AbstractFigure

Attributes

Inherited from:
Editable
Source
Editable.scala
def moveBy(x$0: Int, x$1: Int): Unit

Attributes

Inherited from:
AbstractFigure
def release(): Unit

Attributes

Inherited from:
AbstractFigure
def removeDependendFigure(x$0: Figure): Unit

Attributes

Inherited from:
AbstractFigure
def removeFigureChangeListener(x$0: FigureChangeListener): Unit

Attributes

Inherited from:
AbstractFigure
def removeFromContainer(x$0: FigureChangeListener): Unit

Attributes

Inherited from:
AbstractFigure
def setAttribute(x$0: FigureAttributeConstant, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
AttributeFigure
def setZValue(x$0: Int): Unit

Attributes

Inherited from:
AbstractFigure
def size(): Dimension

Attributes

Inherited from:
AbstractFigure
def visit(x$0: FigureVisitor): Unit

Attributes

Inherited from:
AbstractFigure
def willChange(): Unit

Attributes

Inherited from:
AbstractFigure

Deprecated and Inherited methods

def getAttribute(x$0: String): <FromJavaObject>

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
AttributeFigure
def setAttribute(x$0: String, x$1: <FromJavaObject>): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
AttributeFigure