org.das2.graph.ColumnColumnConnector
draws lines connecting two DasPlots, one on top of the other, typically used
to show a zoom in above of a context below.
PROP_FILL_COLOR
PROP_FILL
PROP_BOTTOM_CURTAIN
PROP_CURTAIN_OPACITY_PERCENT
PROP_SHOWYPOSITION
addPropertyChangeListener
addPropertyChangeListener( java.beans.PropertyChangeListener l ) → void
Adds a PropertyChangeListener to the listener list.
Parameters
l - The listener to add.
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getActiveRegion
getActiveRegion( ) → java.awt.Shape
Returns:
java.awt.Shape
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getCurtainOpacityPercent
getCurtainOpacityPercent( ) → int
Getter for property curtainOpacityPercent.
Returns:
Value of property curtainOpacityPercent.
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getFillColor
getFillColor( ) → java.awt.Color
Getter for property fillColor.
Returns:
Value of property fillColor.
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
isBottomCurtain
isBottomCurtain( ) → boolean
Getter for property bottomCurtain.
Returns:
Value of property bottomCurtain.
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
isFill
isFill( ) → boolean
Getter for property fill.
Returns:
Value of property fill.
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
isShowYPosition
isShowYPosition( ) → boolean
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
removePropertyChangeListener
removePropertyChangeListener( java.beans.PropertyChangeListener l ) → void
Removes a PropertyChangeListener from the listener list.
Parameters
l - The listener to remove.
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
resize
resize( ) → void
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setBottomCurtain
setBottomCurtain( boolean bottomCurtain ) → void
Setter for property bottomCurtain.
Parameters
bottomCurtain - New value of property bottomCurtain.
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setCurtainOpacityPercent
setCurtainOpacityPercent( int curtainOpacityPercent ) → void
Setter for property curtainOpacityPercent.
Parameters
curtainOpacityPercent - New value of property curtainOpacityPercent.
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setFill
setFill( boolean fill ) → void
Setter for property fill.
Parameters
fill - New value of property fill.
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setFillColor
setFillColor( java.awt.Color fillColor ) → void
Setter for property fillColor.
Parameters
fillColor - New value of property fillColor.
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setShowYPosition
setShowYPosition( boolean showYPosition ) → void
don't indicate the y axis position, for example if relating data with the time axes but different Y units.
Parameters
showYPosition - a boolean
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]