Lines Matching refs:oCase
3 public static function getSvg( $oCase, $iX, $iY, $opt ){ argument
5 if( isset( $oCase[ 'options' ][ 'link' ] ) ){
6 …$sSvg .= '<a xlink:href="'.$oCase[ 'options' ][ 'link' ].'" target="'.( isset( $oCase[ 'options' ]…
8 if( isset( $oCase[ 'options' ][ 'text' ] ) ){
9 $sLabel = str_replace( "\\", "\\'", isset( $oCase[ 'label' ] ) ? $oCase[ 'label' ] : '' );
10 $sTitle = str_replace( "\\", "\\'", isset( $oCase[ 'title' ] ) ? $oCase[ 'title' ] : '' );
11 $sText = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'text' ] );
12 …$sLink = str_replace( "\\", "\\'", isset( $oCase[ 'options' ][ 'link' ] ) ? $oCase[ 'options' ][ '…
13 if( isset( $oCase[ 'options' ][ 'textlink' ] ) ){
14 $sLink = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'textlink' ] );
21 if( isset( $oCase[ 'options' ][ 'color' ] ) ){
22 $sColor = $oCase[ 'options' ][ 'color' ];
27 if( isset( $oCase[ 'options' ][ 'labelBgColor' ] ) ){
28 $sLabelBgColor = $oCase[ 'options' ][ 'labelBgColor' ];
33 if( isset( $oCase[ 'options' ][ 'labelTxtColor' ] ) ){
34 $sLabelTxtColor = $oCase[ 'options' ][ 'labelTxtColor' ];
40 …ize="'.( $opt[ 'elementWidth' ] * 0.27 ).'" fill="'.$sLabelTxtColor.'">'.$oCase[ 'label' ].'</text>
45 if( isset( $oCase[ 'title' ] ) ){
46 …serif" font-size="'.( $opt[ 'elementWidth' ] * 0.3 ).'" fill="#ffffff">'.$oCase[ 'title' ].'</text…
48 if( isset( $oCase[ 'options' ][ 'text' ] ) ){
51 if( isset( $oCase[ 'options' ][ 'link' ] ) ){