Protege-2000 1.7

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

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

public class NodeState
extends DiagramObjectState

Description of the class

Author:
William Grosso

Field Summary
protected  boolean _filled
           
protected  ArrayList _listOfVisibleSlots
           
protected  String _nodeStyle
           
protected static String FILLED_NODE
           
protected static String NODE_STYLE
           
 
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
NodeState(edu.stanford.smi.protege.util.PropertyList pList)
           
 
Method Summary
 boolean getNodeFilled()
           
 String getNodeStyle()
           
 void setNodeFilled(boolean filled)
           
 void setNodeStyle(String nodeStyle)
           
 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

_nodeStyle

protected String _nodeStyle

_filled

protected boolean _filled

_listOfVisibleSlots

protected ArrayList _listOfVisibleSlots

NODE_STYLE

protected static final String NODE_STYLE

FILLED_NODE

protected static final String FILLED_NODE
Constructor Detail

NodeState

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

getNodeFilled

public boolean getNodeFilled()

getNodeStyle

public String getNodeStyle()

setNodeFilled

public void setNodeFilled(boolean filled)

setNodeStyle

public void setNodeStyle(String nodeStyle)

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.