Protege-2000 1.7

edu.stanford.smi.protegex.widget.diagram
Class WireState

java.lang.Object
  |
  +--edu.stanford.smi.protegex.widget.diagram.DiagramObjectState
        |
        +--edu.stanford.smi.protegex.widget.diagram.WireState
All Implemented Interfaces:
Constants

public class WireState
extends DiagramObjectState

Description of the class

Author:
William Grosso

Field Summary
protected  boolean _anchorTextAtUpperLeftCorner
           
protected  String _endingArrow
           
protected  String _startingArrow
           
protected  String _wireType
           
protected static String ANCHOR_TEXT_AT_UPPER_LEFT_CORNER
           
protected static String ENDING_ARROW
           
protected static String STARTING_ARROW
           
protected static String WIRE_THICKNESS
           
protected static String WIRE_TYPE
           
 
Fields inherited from class edu.stanford.smi.protegex.widget.diagram.DiagramObjectState
_boldText, _displayText, _horizontallyCenteredText, _italicText, _objectColor, _textColor, _verticallyCenteredText, BOLD_TEXT_DEFAULT, DISPLAY_TEXT, DRAW_TEXT_USING_GLYPH_COLOR_DEFAULT, HORIZONTALLY_CENTER_TEXT, HORIZONTALLY_CENTERED_TEXT_DEFAULT, ITALIC_TEXT_DEFAULT, MAKE_TEXT_BOLD, MAKE_TEXT_ITALIC, OBJECT_COLOR_RGB_DESCRIPTOR, TEXT_COLOR_RGB_DESCRIPTOR, VERTICALLY_CENTER_TEXT, VERTICALLY_CENTERED_TEXT_DEFAULT
 
Fields inherited from interface edu.stanford.smi.protegex.widget.diagram.Constants
CONFIGURATION_BASED_VISIBILITY_CHECKER, CONNECTOR_CLASS, CONNECTORS_SLOT, DEFAULT_LAST_DIVIDER_LOCATION, DEFAULT_LOWER_BOUND_ON_DIAGRAM_LOGICAL_HEIGHT, DEFAULT_LOWER_BOUND_ON_DIAGRAM_LOGICAL_WIDTH, DEFAULT_NODE_HEIGHT, DEFAULT_NODE_WIDTH, FIRST_OBJECT_SLOT_NAME, FIRST_OBJECT_SLOT_POINTER_NAME, IMAGE_CONTROLPOINT_PRECISION, IMAGE_MINIMUM_SIZE, LAST_DIVIDER_LOCATION, LAYOUT_INFORMATION_SLOT, LOCATION_SLOT, LOWER_RIGHT_CORNER_SLOT, MAIN_SIDE_RECTANGLE_HEIGHT, MAIN_SIDE_RECTANGLE_WIDTH, NETWORK_CLASS, NETWORK_METACLASS, NODE_SLOT, OBJECT_LOCATION_CLASS, OBJECT_SLOT, POINT_CLASS, POINT_X_SLOT, POINT_Y_SLOT, PROJECT_VISIBILITY_CHECKER, RECTANGLE_CLASS, SECOND_OBJECT_SLOT_NAME, SECOND_OBJECT_SLOT_POINTER_NAME, UPPER_LEFT_CORNER_SLOT, WIRE_CONTROLPOINT_PRECISION, WIRE_MINIMUM_SIZE
 
Constructor Summary
WireState(edu.stanford.smi.protege.util.PropertyList pList)
           
 
Method Summary
 boolean getAnchorTextAtUpperLeftCorner()
           
 String getEndingArrow()
           
 String getStartingArrow()
           
 String getWireType()
           
 boolean isAnchorTextAtUpperLeftCorner()
           
 void setAnchorTextAtUpperLeftCorner(boolean anchorTextAtUpperLeftCorner)
           
 void setEndingArrow(String endingArrow)
           
 void setStartingArrow(String startingArrow)
           
 void setWireType(String wireType)
           
 void writeToPropertyList(edu.stanford.smi.protege.util.PropertyList pList)
           
 
Methods inherited from class edu.stanford.smi.protegex.widget.diagram.DiagramObjectState
getBoldText, getDisplayText, getHorizontallyCenteredText, getItalicText, getObjectColor, getTextColor, getVerticallyCenteredText, isBoldText, isDisplayText, isHorizontallyCenteredText, isItalicText, isVerticallyCenteredText, readBoolean, readColor, readInt, readString, setBoldText, setDisplayText, setHorizontallyCenteredText, setItalicText, setObjectColor, setTextColor, setVerticallyCenteredText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_wireType

protected String _wireType

_startingArrow

protected String _startingArrow

_endingArrow

protected String _endingArrow

_anchorTextAtUpperLeftCorner

protected boolean _anchorTextAtUpperLeftCorner

WIRE_THICKNESS

protected static final String WIRE_THICKNESS

WIRE_TYPE

protected static final String WIRE_TYPE

STARTING_ARROW

protected static final String STARTING_ARROW

ENDING_ARROW

protected static final String ENDING_ARROW

ANCHOR_TEXT_AT_UPPER_LEFT_CORNER

protected static final String ANCHOR_TEXT_AT_UPPER_LEFT_CORNER
Constructor Detail

WireState

public WireState(edu.stanford.smi.protege.util.PropertyList pList)
Method Detail

getAnchorTextAtUpperLeftCorner

public boolean getAnchorTextAtUpperLeftCorner()

getEndingArrow

public String getEndingArrow()

getStartingArrow

public String getStartingArrow()

getWireType

public String getWireType()

isAnchorTextAtUpperLeftCorner

public boolean isAnchorTextAtUpperLeftCorner()

setAnchorTextAtUpperLeftCorner

public void setAnchorTextAtUpperLeftCorner(boolean anchorTextAtUpperLeftCorner)

setEndingArrow

public void setEndingArrow(String endingArrow)

setStartingArrow

public void setStartingArrow(String startingArrow)

setWireType

public void setWireType(String wireType)

writeToPropertyList

public void writeToPropertyList(edu.stanford.smi.protege.util.PropertyList pList)
Overrides:
writeToPropertyList in class DiagramObjectState

Protege-2000 1.7

Submit a bug report or feature request
Protege-2000 is a trademark of Stanford University.
Copyright (c) 1998-2002 Stanford University.