HEADER

biouml.standard.type
Class Stub.Note

|
+--ru.biosoft.access.MutableDataElementSupport
  |
  +--biouml.standard.type.BaseSupport
        |
        +--biouml.standard.type.Stub
              |
              +--biouml.standard.type.Stub.Note

public static class Stub.Note
extends Stub


Inner classes inherited from class biouml.standard.type.Stub
Stub.Note, Stub.NoteBeanInfo, Stub.NoteLink, Stub.NoteLinkBeanInfo

Constructor Summary
Stub.Note(String name)
           

Method Summary
 ColorgetBackgroundColor()
           
 booleanisBackgroundVisible()
           
 voidsetBackgroundColor(Color backgroundColor)
           
 voidsetBackgroundVisible(boolean backgroundVisible)
           

Methods inherited from class biouml.standard.type.Stub
equals, hashCode

Methods inherited from class biouml.standard.type.BaseSupport
getTitle, getType, setTitle

Methods inherited from class ru.biosoft.access.MutableDataElementSupport
getName, getOrigin, toString

Constructor Detail

Stub.Note

public Stub.Note(String name)
Method Detail

getBackgroundColor

public Color getBackgroundColor()

isBackgroundVisible

public boolean isBackgroundVisible()

setBackgroundColor

public void setBackgroundColor(Color backgroundColor)

setBackgroundVisible

public void setBackgroundVisible(boolean backgroundVisible)

Association Links

to Class java.awt.Color


FOOTER

BOTTOM