org.autoplot.dom.Connector

Two plots are joined together to connect axes. The class is intended to be immutable, but because XMLDecoder is used it must be mutable.

Connector( )

called during restore

Connector( String plotA, String plotB )


PROP_PLOTA


PROP_PLOTB


PROP_BOTTOMCURTAIN


PROP_CURTAINOPACITYPERCENT


PROP_FILL


PROP_FILLCOLOR


PROP_COLOR


PROP_VISIBLE


PROP_CONTROLLER

copy( ) → org.autoplot.dom.DomNode [view source]
diffs( org.autoplot.dom.DomNode node ) → java.util.List [view source]
equals( Object obj ) → boolean [view source]
getColor( ) → java.awt.Color [view source]
getController( ) → org.autoplot.dom.ConnectorController [view source]
getCurtainOpacityPercent( ) → int [view source]
getFillColor( ) → java.awt.Color [view source]
getPlotA( ) → String [view source]
getPlotB( ) → String [view source]
hashCode( ) → int [view source]
isBottomCurtain( ) → boolean [view source]
isFill( ) → boolean [view source]
isVisible( ) → boolean [view source]
setBottomCurtain( boolean bottomCurtain ) → void [view source]
setColor( java.awt.Color color ) → void [view source]
setController( org.autoplot.dom.ConnectorController controller ) → void [view source]
setCurtainOpacityPercent( int curtainOpacityPercent ) → void [view source]
setFill( boolean fill ) → void [view source]
setFillColor( java.awt.Color fillColor ) → void [view source]
setPlotA( String s ) → void [view source]
setPlotB( String s ) → void [view source]
setVisible( boolean visible ) → void [view source]
syncTo( org.autoplot.dom.DomNode n ) → void [view source]
syncTo( org.autoplot.dom.DomNode n, java.util.List exclude ) → void [view source]
toString( ) → String [view source]