class documentation

class Walls:

View In Hierarchy

チャートの背面、側面を扱うクラスです。

Method getFillFormat オブジェクトの塗りつぶしの描画クラスを取得します。
Method getLineFormat オブジェクトの線の描画クラスを取得します。
Method getPictureType 背面、側面の描画種類を取得します。
Method getPictureUnit 背面、側面の画像のユニット単位を取得します。
Method getShadowFormat オブジェクトの影つけの描画クラスを取得します。
Method getThickness 背面、側面の画像の暗さを取得します。
Method getThreeDFormat オブジェクトの3D表示の描画クラスを取得します。
Method isBackWall 対象が背面か側面かを取得します。
Method setPictureType 背面、側面の描画種類を設定します。
Method setPictureUnit 背面、側面の画像のユニット単位を設定します。
Method setThickness 背面、側面の画像の暗さを設定します。
def getFillFormat(self) -> ChartFillFormat:

オブジェクトの塗りつぶしの描画クラスを取得します。

Returns
ChartFillFormatオブジェクトの塗りつぶしの描画クラス
def getLineFormat(self) -> ChartLineFormat:

オブジェクトの線の描画クラスを取得します。

Returns
ChartLineFormatオブジェクトの線の描画クラス
def getPictureType(self) -> enums.XlChartPictureType:

背面、側面の描画種類を取得します。

Returns
XlChartPictureType背面、側面の描画種類
def getPictureUnit(self) -> float:

背面、側面の画像のユニット単位を取得します。

Returns
float背面、側面の画像のユニット単位
def getShadowFormat(self) -> ChartShadowFormat:

オブジェクトの影つけの描画クラスを取得します。

Returns
ChartShadowFormatオブジェクトの影つけの描画クラス
def getThickness(self) -> int:

背面、側面の画像の暗さを取得します。

Returns
int床面の画像の暗さ(単位:パーセント)
def getThreeDFormat(self) -> ChartThreeDFormat:

オブジェクトの3D表示の描画クラスを取得します。

Returns
ChartThreeDFormatオブジェクトの3D表示の描画クラス
def isBackWall(self) -> bool:

対象が背面か側面かを取得します。

Returns
booltrue: 背面 false: 側面
def setPictureType(self, type: enums.XlChartPictureType):

背面、側面の描画種類を設定します。

Parameters
type:XlChartPictureType床面の描画種類
def setPictureUnit(self, unit: float):

背面、側面の画像のユニット単位を設定します。

Parameters
unit:float床面の画像のユニット単位
def setThickness(self, thickness: int):

背面、側面の画像の暗さを設定します。

Parameters
thickness:int床面の画像の暗さ(単位:パーセント)