Lines Matching defs:shadowProperties

51     public function drawPieLegend($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowProperties $shadowProperties = null) {
52 if($shadowProperties == null) {
53 $shadowProperties = ShadowProperties::FromDefaults();
88 $shadowProperties
98 $shadowProperties
113 $shadowProperties
124 $shadowProperties
145 public function drawBasicPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, Color $color = null, $Decimals = 0, ShadowProperties $shadowProperties = null) {
146 if($shadowProperties == null) {
147 $shadowProperties = ShadowProperties::NoShadow();
192 $this->processLabelsPositionAndSize($DrawLabels, $Angle, $Value, $SpliceRatio, $SplicePercent, 0, $Decimals, $Radius, $XPos, $YPos, $shadowProperties);
231 $shadowProperties
237 $shadowProperties
251 $shadowProperties
261 private function processLabelsPositionAndSize($DrawLabels, $Angle, $Value, $SpliceRatio, $SplicePercent, $SpliceDistance, $Decimals, $Radius, $XPos, $YPos, ShadowProperties $shadowProperties) {
295 $shadowProperties
314 public function drawFlatPieGraphWithShadow($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, $SpliceDistance = 0, $Decimals = 0, ShadowProperties $shadowProperties = NULL) {
325 $inactiveShadowProperties = ShadowProperties::Copy($shadowProperties);
331 $XPos + $shadowProperties->xDistance,
332 $YPos + $shadowProperties->yDistance,
359 public function drawFlatPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, $SpliceDistance = 0, $Decimals = 0, $AllBlack = FALSE, ShadowProperties $shadowProperties = null) {
360 if($shadowProperties == null) {
361 $shadowProperties = ShadowProperties::FromDefaults();
404 $color = $shadowProperties->color;
410 $this->processLabelsPositionAndSize($DrawLabels, $Angle, $Value, $SpliceRatio, $SplicePercent, $SpliceDistance, $Decimals, $Radius, $XPos, $YPos, $shadowProperties);
413 $this->processPieSlices($Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, $color, $TopPlots[$Key], $shadowProperties);
425 $polygonColor = $shadowProperties->color;
456 ShadowProperties $shadowProperties = null) {
457 if($shadowProperties == null) {
458 $shadowProperties = ShadowProperties::FromDefaults();
557 $shadowProperties
591 $shadowProperties
596 $SpliceHeight, $this->palette, $shadowProperties
601 $aTopPlots, $shadowProperties
610 private function processPieSlices(& $Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, Color $color, array & $plotArray, ShadowProperties $shadowProperties) {
629 $shadowProperties
639 $shadowProperties
650 private function drawPieGraphBottomPolygons(array $iValues, array $BotPlots, $EnhanceColors, array $aBotPlots, ShadowProperties $shadowProperties) {
673 $shadowProperties
679 private function drawPieGraphLayers($iValues, $TopPlots, $EnhanceColors, $SpliceHeight, Palette $palette, ShadowProperties $shadowProperties) {
712 $shadowProperties
718 $shadowProperties
724 $shadowProperties
733 private function drawPieGraphTopPolygons($iValues, $TopPlots, $EnhanceColors, $aTopPlots, ShadowProperties $shadowProperties) {
755 $shadowProperties