Roundline meter ラウンドラインメーター
Meter=Roundline displays a line or solid fill that rotates in a circle around a point, based on a measure value.Meter=Roundline メジャー値に基づいて、ポイントを中心に円を描くように回転する線または実線の塗りつぶしを表示します。
The values for StartAngle and RotationAngle are defined in RadiansStartAngleおよびRotationAngleの値はラジアンで定義されています
Optionsオプション
- General meter options一般メーターオプション
-
All general meter options are valid.一般的なメーターオプションはすべて有効です。
MeasureName-
Name of the measure whose percentual value controls the amount of rotation. The measure must be able to return percentual values.パーセント値で回転量を制御するメジャーの名前。数値データはパーセント値を返すことができなければなりません。
Note: If MeasureName is not specified, then the value is in effect always 100%, which can be used for instance to draw a circle or other curved solid.注: MeasureNameが指定されていない場合、値は常に100%になります。これは、たとえば円またはその他の曲線のソリッドを描画するために使用できます。
StartAngle-
The starting angle in radians for the line. This defines the starting point on the circle that will be treated as zero percent. The zero angle is to the right of the center.ラインのラジアン単位の開始角度。これは、ゼロパーセントとして扱われる円の始点を定義します。ゼロ角度は中心の右側です。
RotationAngle-
The size of the rotation angle in radians for the line. This defines the distance in radians from
StartAnglethat the meter will travel around the circle when the measure value is 100%. Use a negative value for counter-clockwise rotation.ラインの回転角度のサイズ(ラジアン)。これは、StartAngle測定値が100%のときにメーターが円周上を移動する距離をラジアンで定義します。反時計回りに負の値を使用してください。 LineStart-
Defines the distance in pixels from the center of rotation at which the line starts.ラインが始まる回転の中心からの距離をピクセル単位で定義します。
LineLength-
Length in pixels of the line. The length is always measured from the center of rotation, regardless of the
LineStartoption.線の長さ(ピクセル単位)。LineStartオプションに関係なく、長さは常に回転の中心から測定されます。 LineWidthDefault:1LineWidthデフォルト:1-
Width in pixels of the line when
Solidis 0.Solidが0のときの線の幅(ピクセル単位)。 LineColorDefault:255,255,255,255LineColorデフォルト:255,255,255,255SolidDefault:0Solidデフォルト:0-
If set to 1, meter will fill the meter with
LineColorfromStartAngleto the currentMeasureNamepercentage value.LineWidthis ignored.1に設定した場合、meterはLineColorfromStartAngleから現在のMeasureNameパーセント値までをメーターに入力します。LineWidth無視されます。 ControlAngleDefault:1ControlAngleデフォルト:1-
If ControlAngle is 1 (default), then the percentage value of the measure that is bound to the meter controls the angle of the line (or the fill rotation if Solid=1) starting at
StartAngleforRotationAngleradians.ControlAngleが1(既定値)の場合、メーターにバインドされている数値データのパーセント値によって、ラジアン単位で始まる直線の角度(Solid = 1の場合は塗りつぶしの回転)が制御さStartAngleれRotationAngleます。If ControlAngle is set to 0, then the measure does not control the angle of the line, which will be static at the value in
StartAngle.RotationAngleis ignored.ControlAngleが0に設定されている場合、メジャーは線の角度を制御しません。これは、の値では静的になりますStartAngle。RotationAngle無視されます。 ControlStart, StartShiftDefault:0ControlStart, StartShiftデフォルト:0-
If ControlStart is set to 1, then the percentage value of the measure that is bound to the meter controls the starting position of the line. This is defined by
StartShift, and will range fromLineStartto (LineStart+StartShift) pixels from the center of rotation.ControlStartが1に設定されている場合は、メーターにバインドされている小節のパーセント値が線の開始位置を制御します。これは回転中心によって定義されStartShift、回転中心から1LineStartから(LineStart+StartShift)ピクセルの範囲になります。 ControlLength, LengthShiftDefault:0ControlLength, LengthShiftデフォルト:0-
If ControlLength is set to 1, then the percentage value of the measure that is bound to the meter controls the length of the line. This is defined by
LengthShift, and will range fromLineLengthto (LineLength+LengthShift) pixels from the center of rotation.ControlLengthが1に設定されている場合は、メーターにバインドされている数値データのパーセント値によって線の長さが制御されます。これは回転中心によって定義されLengthShift、回転中心から1LineLengthから(LineLength+LengthShift)ピクセルの範囲になります。 ValueRemainder-
Use a remainder instead of the actual measured value.実測値の代わりに余りを使用してください。
This is primarily used to draw an analog clock. When used with the value of a Time measure in MeasureName the meter will internally use the
%modulo mathematical operator, and calculate the meter based on the remainder when the number of seconds in the Time measure is divided by the following values:これは主にアナログ時計を描くのに使われます。MeasureNameのTimeメジャーの値と共に使用すると、メーターは内部でモジュロ数学演算子を使用し、Timeメジャーの秒数を次の値で割ったときの余りに基づいてメーターを計算します。%- Hours Hand:
ValueRemainder=43200Seconds in a 12-hour analog clock face.ValueRemainder=43200時針:12時間表示のアナログ時計の文字盤の秒。 - Minutes Hand:
ValueRemainder=3600Seconds in an hour.分針:ValueRemainder=36001時間に1秒。 - Seconds Hand:
ValueRemainder=60Seconds in a minute.秒針:ValueRemainder=601分で秒。
- Hours Hand:
Note: If the width and height are not defined, the center point is at the X and Y position of the meter and any part of the meter that intersects with the edges of the skin window will be cut off. If width and height are specified, the center point will be in the middle of the bounding box and the skin window will include the meter.注:幅と高さが定義されていない場合、中心点はメーターのXとYの位置にあり、スキンウィンドウの端と交差するメーターの部分は切り取られます。幅と高さが指定されている場合、中心点はバウンディングボックスの中央になり、スキンウィンドウにメーターが表示されます。
Example例
[Rainmeter] |
An example skin demonstrating a Roundline meter.Roundlineメーターを示すスキンの例。
関連記事
- String meter ストリングメーター
- Shape meter 形状メーター
- Rotator meter 回転計
- Line meter ラインメーター
- Image Meter イメージメーター
- Histogram meter ヒストグラムメーター
- Button meter ボタンメーター
- Bitmap meter ビットマップメーター
- Bar meter バーメーター
- General Meter Options 一般メーターオプション
スポンサーリンク





