জয়েন্ট টাইপ
ধ্রুবক সারাংশ
int | বেভেল | জয়েন্টের বাইরের দিকে সমতল বেভেল। |
int | ডিফল্ট | ডিফল্ট: মাইটারযুক্ত জয়েন্ট, জয়েন্টের বাইরের দিকে অর্ধেক স্ট্রোকের প্রস্থের সমান নির্দিষ্ট পয়েন্টেড এক্সট্রুশন সহ। |
int | রাউন্ড | অর্ধেক স্ট্রোক প্রস্থের সমান ব্যাসার্ধের একটি চাপ দ্বারা জয়েন্টের বাইরের দিকে বৃত্তাকার, শীর্ষবিন্দুকে কেন্দ্র করে। |
উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতির সারাংশ
java.lang.Object ক্লাস থেকে বুলিয়ান | সমান (অবজেক্ট arg0) |
চূড়ান্ত ক্লাস<?> | getClass () |
int | হ্যাশ কোড () |
চূড়ান্ত শূন্যতা | অবহিত () |
চূড়ান্ত শূন্যতা | সকলকে অবহিত করুন () |
স্ট্রিং | স্ট্রিং () |
চূড়ান্ত শূন্যতা | অপেক্ষা করুন (দীর্ঘ arg0, int arg1) |
চূড়ান্ত শূন্যতা | অপেক্ষা করুন (দীর্ঘ arg0) |
চূড়ান্ত শূন্যতা | অপেক্ষা করুন () |
ধ্রুবক
পাবলিক স্ট্যাটিক ফাইনাল int BEVEL
জয়েন্টের বাইরের দিকে সমতল বেভেল।
ধ্রুবক মান: 1
পাবলিক স্ট্যাটিক চূড়ান্ত ডিফল্ট int
ডিফল্ট: মাইটারযুক্ত জয়েন্ট, জয়েন্টের বাইরের দিকে অর্ধেক স্ট্রোকের প্রস্থের সমান নির্দিষ্ট পয়েন্টেড এক্সট্রুশন সহ।
ধ্রুবক মান: 0
পাবলিক স্ট্যাটিক ফাইনাল int ROUND
অর্ধেক স্ট্রোক প্রস্থের সমান ব্যাসার্ধের একটি চাপ দ্বারা জয়েন্টের বাইরের দিকে বৃত্তাকার, শীর্ষবিন্দুকে কেন্দ্র করে।
ধ্রুবক মান: 2
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-13 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-13 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`JointType` defines how the corners of polylines and polygon outlines are rendered on a map."],["It offers three types: `BEVEL` for a flat bevel, `DEFAULT` for a mitered joint, and `ROUND` for a rounded joint."],["These joint types apply to the visual appearance of lines used to draw shapes on maps."],["Developers can use these options to customize the style and look of their map overlays."]]],["`JointType` defines the appearance of joints in `Polyline` and `Polygon` outlines. It offers three joint styles: `BEVEL` (flat bevel), `DEFAULT` (mitered with pointed extrusion), and `ROUND` (rounded arc). These styles are represented by integer constants: `BEVEL` (1), `DEFAULT` (0), and `ROUND` (2). `JointType` class also inherits methods from `Object` class for operations such as equality checks, retrieval of class and hashcode, string representation, and other.\n"]]